HSL(239, 24%, 66%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(239,24%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(239, 24%, 66%) | color: hsl(239, 24%, 66%) | |
| HEX | #9394BD | color: #9394BD | |
| RGB | rgb(147, 148, 189) | color: rgb(147, 148, 189) | |
| CMYK | cmyk(22%, 22%, 0%, 26%) | — | |
| HSV | hsv(239, 22%, 74%) | — | |
| HWB | hwb(239 58% 26%) | color: hwb(239 58% 26%) | |
| OKLCH | oklch(0.6804 0.0602 283.58) | color: oklch(0.6804 0.0602 283.58) | |
| Lab | lab(62.56 8.53 -21.34) | color: lab(62.56 8.53 -21.34) | |
| LCH | lch(62.56 22.98 291.79) | color: lch(62.56 22.98 291.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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9393B3 — rgb(147, 147, 179)
Deuteranopia (Green-blind)
#9393B1 — rgb(147, 147, 177)
Tritanopia (Blue-blind)
#93ABAA — rgb(147, 171, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(239, 24%, 66%);
text
color: hsl(239, 24%, 66%);
border
border: 2px solid hsl(239, 24%, 66%);
gradient light
background: linear-gradient(to right, hsl(239, 24%, 86%), hsl(239, 24%, 66%));
gradient dark
background: linear-gradient(to right, hsl(239, 24%, 66%), hsl(239, 24%, 46%))
hex
background-color: #9394BD;
tailwind
bg-[hsl(239,24%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(239, 24%, 66%, 0.4);
css variable
--color-primary: hsl(239, 24%, 66%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(239, 24%, 66%)?
HEX: #9394BD | RGB: rgb(147, 148, 189) | CMYK: 22%, 22%, 0%, 26% | HSV: 239°, 22%, 74%. Copy any format from the conversion table above.
What colors go well with #9394BD?
The complementary color is HSL(59, 24%, 66%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(239, 24%, 66%) in CSS?
As HSL: color: hsl(239, 24%, 66%); — As HEX: color: #9394BD; — As RGB: color: rgb(147, 148, 189); — Tailwind CSS: bg-[hsl(239,24%,66%)] — CSS variable: --color-primary: hsl(239, 24%, 66%);