HSL(237, 87%, 61%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,87%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 87%, 61%) | color: hsl(237, 87%, 61%) | |
| HEX | #454EF2 | color: #454EF2 | |
| RGB | rgb(69, 78, 242) | color: rgb(69, 78, 242) | |
| CMYK | cmyk(71%, 68%, 0%, 5%) | — | |
| HSV | hsv(237, 71%, 95%) | — | |
| HWB | hwb(237 28% 5%) | color: hwb(237 28% 5%) | |
| OKLCH | oklch(0.5284 0.2397 272.37) | color: oklch(0.5284 0.2397 272.37) | |
| Lab | lab(42.95 49.15 -82.81) | color: lab(42.95 49.15 -82.81) | |
| LCH | lch(42.95 96.3 300.69) | color: lch(42.95 96.3 300.69) |
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)
#4949CA — rgb(73, 73, 202)
Deuteranopia (Green-blind)
#4848C1 — rgb(72, 72, 193)
Tritanopia (Blue-blind)
#45ABA4 — rgb(69, 171, 164)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 87%, 61%);
text
color: hsl(237, 87%, 61%);
border
border: 2px solid hsl(237, 87%, 61%);
gradient light
background: linear-gradient(to right, hsl(237, 87%, 81%), hsl(237, 87%, 61%));
gradient dark
background: linear-gradient(to right, hsl(237, 87%, 61%), hsl(237, 87%, 41%))
hex
background-color: #454EF2;
tailwind
bg-[hsl(237,87%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 87%, 61%, 0.4);
css variable
--color-primary: hsl(237, 87%, 61%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 87%, 61%)?
HEX: #454EF2 | RGB: rgb(69, 78, 242) | CMYK: 71%, 68%, 0%, 5% | HSV: 237°, 71%, 95%. Copy any format from the conversion table above.
What colors go well with #454EF2?
The complementary color is HSL(57, 87%, 61%). 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, 87%, 61%) in CSS?
As HSL: color: hsl(237, 87%, 61%); — As HEX: color: #454EF2; — As RGB: color: rgb(69, 78, 242); — Tailwind CSS: bg-[hsl(237,87%,61%)] — CSS variable: --color-primary: hsl(237, 87%, 61%);