HSL(249, 32%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,32%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 32%, 64%) | color: hsl(249, 32%, 64%) | |
| HEX | #8F86C1 | color: #8F86C1 | |
| RGB | rgb(143, 134, 193) | color: rgb(143, 134, 193) | |
| CMYK | cmyk(26%, 31%, 0%, 24%) | — | |
| HSV | hsv(249, 31%, 76%) | — | |
| HWB | hwb(249 52% 24%) | color: hwb(249 52% 24%) | |
| OKLCH | oklch(0.6505 0.0874 290.75) | color: oklch(0.6505 0.0874 290.75) | |
| Lab | lab(58.73 16.32 -29.51) | color: lab(58.73 16.32 -29.51) | |
| LCH | lch(58.73 33.72 298.94) | color: lch(58.73 33.72 298.94) |
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)
#8B8BB3 — rgb(139, 139, 179)
Deuteranopia (Green-blind)
#8C8CAF — rgb(140, 140, 175)
Tritanopia (Blue-blind)
#8FA7A5 — rgb(143, 167, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 32%, 64%);
text
color: hsl(249, 32%, 64%);
border
border: 2px solid hsl(249, 32%, 64%);
gradient light
background: linear-gradient(to right, hsl(249, 32%, 84%), hsl(249, 32%, 64%));
gradient dark
background: linear-gradient(to right, hsl(249, 32%, 64%), hsl(249, 32%, 44%))
hex
background-color: #8F86C1;
tailwind
bg-[hsl(249,32%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 32%, 64%, 0.4);
css variable
--color-primary: hsl(249, 32%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 32%, 64%)?
HEX: #8F86C1 | RGB: rgb(143, 134, 193) | CMYK: 26%, 31%, 0%, 24% | HSV: 249°, 31%, 76%. Copy any format from the conversion table above.
What colors go well with #8F86C1?
The complementary color is HSL(69, 32%, 64%). 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, 32%, 64%) in CSS?
As HSL: color: hsl(249, 32%, 64%); — As HEX: color: #8F86C1; — As RGB: color: rgb(143, 134, 193); — Tailwind CSS: bg-[hsl(249,32%,64%)] — CSS variable: --color-primary: hsl(249, 32%, 64%);