HSL(237, 22%, 60%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,22%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 22%, 60%) | color: hsl(237, 22%, 60%) | |
| HEX | #8385AF | color: #8385AF | |
| RGB | rgb(131, 133, 175) | color: rgb(131, 133, 175) | |
| CMYK | cmyk(25%, 24%, 0%, 31%) | — | |
| HSV | hsv(237, 25%, 69%) | — | |
| HWB | hwb(237 52% 31%) | color: hwb(237 52% 31%) | |
| OKLCH | oklch(0.6306 0.063 282.3) | color: oklch(0.6306 0.063 282.3) | |
| Lab | lab(56.78 8.72 -22.36) | color: lab(56.78 8.72 -22.36) | |
| LCH | lch(56.78 24 291.3) | color: lch(56.78 24 291.3) |
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)
#8484A5 — rgb(132, 132, 165)
Deuteranopia (Green-blind)
#8484A2 — rgb(132, 132, 162)
Tritanopia (Blue-blind)
#839D9B — rgb(131, 157, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 22%, 60%);
text
color: hsl(237, 22%, 60%);
border
border: 2px solid hsl(237, 22%, 60%);
gradient light
background: linear-gradient(to right, hsl(237, 22%, 80%), hsl(237, 22%, 60%));
gradient dark
background: linear-gradient(to right, hsl(237, 22%, 60%), hsl(237, 22%, 40%))
hex
background-color: #8385AF;
tailwind
bg-[hsl(237,22%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 22%, 60%, 0.4);
css variable
--color-primary: hsl(237, 22%, 60%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 22%, 60%)?
HEX: #8385AF | RGB: rgb(131, 133, 175) | CMYK: 25%, 24%, 0%, 31% | HSV: 237°, 25%, 69%. Copy any format from the conversion table above.
What colors go well with #8385AF?
The complementary color is HSL(57, 22%, 60%). 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, 22%, 60%) in CSS?
As HSL: color: hsl(237, 22%, 60%); — As HEX: color: #8385AF; — As RGB: color: rgb(131, 133, 175); — Tailwind CSS: bg-[hsl(237,22%,60%)] — CSS variable: --color-primary: hsl(237, 22%, 60%);