HSL(199, 52%, 71%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(199,52%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 52%, 71%) | color: hsl(199, 52%, 71%) | |
| HEX | #8FC3DC | color: #8FC3DC | |
| RGB | rgb(143, 195, 220) | color: rgb(143, 195, 220) | |
| CMYK | cmyk(35%, 11%, 0%, 14%) | — | |
| HSV | hsv(199, 35%, 86%) | — | |
| HWB | hwb(199 56% 14%) | color: hwb(199 56% 14%) | |
| OKLCH | oklch(0.7895 0.0648 229.23) | color: oklch(0.7895 0.0648 229.23) | |
| Lab | lab(76.09 -10.87 -17.89) | color: lab(76.09 -10.87 -17.89) | |
| LCH | lch(76.09 20.93 238.72) | color: lch(76.09 20.93 238.72) |
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)
#A6A6D6 — rgb(166, 166, 214)
Deuteranopia (Green-blind)
#A39FD5 — rgb(163, 159, 213)
Tritanopia (Blue-blind)
#92D1D0 — rgb(146, 209, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 52%, 71%);
text
color: hsl(199, 52%, 71%);
border
border: 2px solid hsl(199, 52%, 71%);
gradient light
background: linear-gradient(to right, hsl(199, 52%, 91%), hsl(199, 52%, 71%));
gradient dark
background: linear-gradient(to right, hsl(199, 52%, 71%), hsl(199, 52%, 51%))
hex
background-color: #8FC3DC;
tailwind
bg-[hsl(199,52%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 52%, 71%, 0.4);
css variable
--color-primary: hsl(199, 52%, 71%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 52%, 71%)?
HEX: #8FC3DC | RGB: rgb(143, 195, 220) | CMYK: 35%, 11%, 0%, 14% | HSV: 199°, 35%, 86%. Copy any format from the conversion table above.
What colors go well with #8FC3DC?
The complementary color is HSL(19, 52%, 71%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(199, 52%, 71%) in CSS?
As HSL: color: hsl(199, 52%, 71%); — As HEX: color: #8FC3DC; — As RGB: color: rgb(143, 195, 220); — Tailwind CSS: bg-[hsl(199,52%,71%)] — CSS variable: --color-primary: hsl(199, 52%, 71%);