HSL(234, 55%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(234,55%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(234, 55%, 71%) | color: hsl(234, 55%, 71%) | |
| HEX | #8C95DE | color: #8C95DE | |
| RGB | rgb(140, 149, 222) | color: rgb(140, 149, 222) | |
| CMYK | cmyk(37%, 33%, 0%, 13%) | — | |
| HSV | hsv(233, 37%, 87%) | — | |
| HWB | hwb(233 55% 13%) | color: hwb(233 55% 13%) | |
| OKLCH | oklch(0.6917 0.1077 277.81) | color: oklch(0.6917 0.1077 277.81) | |
| Lab | lab(63.63 14.29 -38.16) | color: lab(63.63 14.29 -38.16) | |
| LCH | lch(63.63 40.75 290.53) | color: lch(63.63 40.75 290.53) |
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)
#9090CC — rgb(144, 144, 204)
Deuteranopia (Green-blind)
#8F8FC8 — rgb(143, 143, 200)
Tritanopia (Blue-blind)
#8CBEBB — rgb(140, 190, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(234, 55%, 71%);
text
color: hsl(234, 55%, 71%);
border
border: 2px solid hsl(234, 55%, 71%);
gradient light
background: linear-gradient(to right, hsl(234, 55%, 91%), hsl(234, 55%, 71%));
gradient dark
background: linear-gradient(to right, hsl(234, 55%, 71%), hsl(234, 55%, 51%))
hex
background-color: #8C95DE;
tailwind
bg-[hsl(234,55%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(234, 55%, 71%, 0.4);
css variable
--color-primary: hsl(234, 55%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(234, 55%, 71%)?
HEX: #8C95DE | RGB: rgb(140, 149, 222) | CMYK: 37%, 33%, 0%, 13% | HSV: 233°, 37%, 87%. Copy any format from the conversion table above.
What colors go well with #8C95DE?
The complementary color is HSL(54, 55%, 71%). For a triadic harmony, use hues 234°, 354°, and 114°. For analogous combinations, try hues 204° and 264°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(234, 55%, 71%) in CSS?
As HSL: color: hsl(234, 55%, 71%); — As HEX: color: #8C95DE; — As RGB: color: rgb(140, 149, 222); — Tailwind CSS: bg-[hsl(234,55%,71%)] — CSS variable: --color-primary: hsl(234, 55%, 71%);