HSL(249, 50%, 64%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,50%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 50%, 64%) | color: hsl(249, 50%, 64%) | |
| HEX | #8375D1 | color: #8375D1 | |
| RGB | rgb(131, 117, 209) | color: rgb(131, 117, 209) | |
| CMYK | cmyk(37%, 44%, 0%, 18%) | — | |
| HSV | hsv(249, 44%, 82%) | — | |
| HWB | hwb(249 46% 18%) | color: hwb(249 46% 18%) | |
| OKLCH | oklch(0.6158 0.1362 288.73) | color: oklch(0.6158 0.1362 288.73) | |
| Lab | lab(54.19 27.07 -45.78) | color: lab(54.19 27.07 -45.78) | |
| LCH | lch(54.19 53.18 300.6) | color: lch(54.19 53.18 300.6) |
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)
#7D7DBB — rgb(125, 125, 187)
Deuteranopia (Green-blind)
#7E7FB5 — rgb(126, 127, 181)
Tritanopia (Blue-blind)
#82A9A5 — rgb(130, 169, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 50%, 64%);
text
color: hsl(249, 50%, 64%);
border
border: 2px solid hsl(249, 50%, 64%);
gradient light
background: linear-gradient(to right, hsl(249, 50%, 84%), hsl(249, 50%, 64%));
gradient dark
background: linear-gradient(to right, hsl(249, 50%, 64%), hsl(249, 50%, 44%))
hex
background-color: #8375D1;
tailwind
bg-[hsl(249,50%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 50%, 64%, 0.4);
css variable
--color-primary: hsl(249, 50%, 64%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 50%, 64%)?
HEX: #8375D1 | RGB: rgb(131, 117, 209) | CMYK: 37%, 44%, 0%, 18% | HSV: 249°, 44%, 82%. Copy any format from the conversion table above.
What colors go well with #8375D1?
The complementary color is HSL(69, 50%, 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, 50%, 64%) in CSS?
As HSL: color: hsl(249, 50%, 64%); — As HEX: color: #8375D1; — As RGB: color: rgb(131, 117, 209); — Tailwind CSS: bg-[hsl(249,50%,64%)] — CSS variable: --color-primary: hsl(249, 50%, 64%);