HSL(237, 45%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,45%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 45%, 67%) | color: hsl(237, 45%, 67%) | |
| HEX | #8589D1 | color: #8589D1 | |
| RGB | rgb(133, 137, 209) | color: rgb(133, 137, 209) | |
| CMYK | cmyk(36%, 34%, 0%, 18%) | — | |
| HSV | hsv(237, 36%, 82%) | — | |
| HWB | hwb(237 52% 18%) | color: hwb(237 52% 18%) | |
| OKLCH | oklch(0.6561 0.1068 280.58) | color: oklch(0.6561 0.1068 280.58) | |
| Lab | lab(59.42 15.83 -37.53) | color: lab(59.42 15.83 -37.53) | |
| LCH | lch(59.42 40.73 292.87) | color: lch(59.42 40.73 292.87) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8787C0 — rgb(135, 135, 192)
Deuteranopia (Green-blind)
#8786BB — rgb(135, 134, 187)
Tritanopia (Blue-blind)
#85B2AF — rgb(133, 178, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 45%, 67%);
text
color: hsl(237, 45%, 67%);
border
border: 2px solid hsl(237, 45%, 67%);
gradient light
background: linear-gradient(to right, hsl(237, 45%, 87%), hsl(237, 45%, 67%));
gradient dark
background: linear-gradient(to right, hsl(237, 45%, 67%), hsl(237, 45%, 47%))
hex
background-color: #8589D1;
tailwind
bg-[hsl(237,45%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 45%, 67%, 0.4);
css variable
--color-primary: hsl(237, 45%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 45%, 67%)?
HEX: #8589D1 | RGB: rgb(133, 137, 209) | CMYK: 36%, 34%, 0%, 18% | HSV: 237°, 36%, 82%. Copy any format from the conversion table above.
What colors go well with #8589D1?
The complementary color is HSL(57, 45%, 67%). 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, 45%, 67%) in CSS?
As HSL: color: hsl(237, 45%, 67%); — As HEX: color: #8589D1; — As RGB: color: rgb(133, 137, 209); — Tailwind CSS: bg-[hsl(237,45%,67%)] — CSS variable: --color-primary: hsl(237, 45%, 67%);