HSL(249, 35%, 67%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,35%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 35%, 67%) | color: hsl(249, 35%, 67%) | |
| HEX | #968DC8 | color: #968DC8 | |
| RGB | rgb(150, 141, 200) | color: rgb(150, 141, 200) | |
| CMYK | cmyk(25%, 30%, 0%, 22%) | — | |
| HSV | hsv(249, 30%, 78%) | — | |
| HWB | hwb(249 55% 22%) | color: hwb(249 55% 22%) | |
| OKLCH | oklch(0.6734 0.0866 290.87) | color: oklch(0.6734 0.0866 290.87) | |
| Lab | lab(61.4 16.12 -29.29) | color: lab(61.4 16.12 -29.29) | |
| LCH | lch(61.4 33.43 298.83) | color: lch(61.4 33.43 298.83) |
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)
#9292BA — rgb(146, 146, 186)
Deuteranopia (Green-blind)
#9393B6 — rgb(147, 147, 182)
Tritanopia (Blue-blind)
#96AEAC — rgb(150, 174, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 35%, 67%);
text
color: hsl(249, 35%, 67%);
border
border: 2px solid hsl(249, 35%, 67%);
gradient light
background: linear-gradient(to right, hsl(249, 35%, 87%), hsl(249, 35%, 67%));
gradient dark
background: linear-gradient(to right, hsl(249, 35%, 67%), hsl(249, 35%, 47%))
hex
background-color: #968DC8;
tailwind
bg-[hsl(249,35%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 35%, 67%, 0.4);
css variable
--color-primary: hsl(249, 35%, 67%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 35%, 67%)?
HEX: #968DC8 | RGB: rgb(150, 141, 200) | CMYK: 25%, 30%, 0%, 22% | HSV: 249°, 30%, 78%. Copy any format from the conversion table above.
What colors go well with #968DC8?
The complementary color is HSL(69, 35%, 67%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(249, 35%, 67%) in CSS?
As HSL: color: hsl(249, 35%, 67%); — As HEX: color: #968DC8; — As RGB: color: rgb(150, 141, 200); — Tailwind CSS: bg-[hsl(249,35%,67%)] — CSS variable: --color-primary: hsl(249, 35%, 67%);