HSL(237, 56%, 54%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,56%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 56%, 54%) | color: hsl(237, 56%, 54%) | |
| HEX | #484FCB | color: #484FCB | |
| RGB | rgb(72, 79, 203) | color: rgb(72, 79, 203) | |
| CMYK | cmyk(65%, 61%, 0%, 20%) | — | |
| HSV | hsv(237, 65%, 80%) | — | |
| HWB | hwb(237 28% 20%) | color: hwb(237 28% 20%) | |
| OKLCH | oklch(0.4976 0.1888 274.73) | color: oklch(0.4976 0.1888 274.73) | |
| Lab | lab(40.05 35.89 -65.31) | color: lab(40.05 35.89 -65.31) | |
| LCH | lch(40.05 74.52 298.79) | color: lch(40.05 74.52 298.79) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#4B4BAD — rgb(75, 75, 173)
Deuteranopia (Green-blind)
#4B4AA6 — rgb(75, 74, 166)
Tritanopia (Blue-blind)
#489590 — rgb(72, 149, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 56%, 54%);
text
color: hsl(237, 56%, 54%);
border
border: 2px solid hsl(237, 56%, 54%);
gradient light
background: linear-gradient(to right, hsl(237, 56%, 74%), hsl(237, 56%, 54%));
gradient dark
background: linear-gradient(to right, hsl(237, 56%, 54%), hsl(237, 56%, 34%))
hex
background-color: #484FCB;
tailwind
bg-[hsl(237,56%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 56%, 54%, 0.4);
css variable
--color-primary: hsl(237, 56%, 54%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 56%, 54%)?
HEX: #484FCB | RGB: rgb(72, 79, 203) | CMYK: 65%, 61%, 0%, 20% | HSV: 237°, 65%, 80%. Copy any format from the conversion table above.
What colors go well with #484FCB?
The complementary color is HSL(57, 56%, 54%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 56%, 54%) in CSS?
As HSL: color: hsl(237, 56%, 54%); — As HEX: color: #484FCB; — As RGB: color: rgb(72, 79, 203); — Tailwind CSS: bg-[hsl(237,56%,54%)] — CSS variable: --color-primary: hsl(237, 56%, 54%);