HSL(199, 75%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(199,75%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 75%, 75%) | color: hsl(199, 75%, 75%) | |
| HEX | #8FD1EF | color: #8FD1EF | |
| RGB | rgb(143, 209, 239) | color: rgb(143, 209, 239) | |
| CMYK | cmyk(40%, 13%, 0%, 6%) | — | |
| HSV | hsv(199, 40%, 94%) | — | |
| HWB | hwb(199 56% 6%) | color: hwb(199 56% 6%) | |
| OKLCH | oklch(0.827 0.0788 228.19) | color: oklch(0.827 0.0788 228.19) | |
| Lab | lab(80.55 -13.36 -21.33) | color: lab(80.55 -13.36 -21.33) | |
| LCH | lch(80.55 25.17 237.94) | color: lch(80.55 25.17 237.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)
#ACACE8 — rgb(172, 172, 232)
Deuteranopia (Green-blind)
#A8A3E6 — rgb(168, 163, 230)
Tritanopia (Blue-blind)
#92E2E1 — rgb(146, 226, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 75%, 75%);
text
color: hsl(199, 75%, 75%);
border
border: 2px solid hsl(199, 75%, 75%);
gradient light
background: linear-gradient(to right, hsl(199, 75%, 95%), hsl(199, 75%, 75%));
gradient dark
background: linear-gradient(to right, hsl(199, 75%, 75%), hsl(199, 75%, 55%))
hex
background-color: #8FD1EF;
tailwind
bg-[hsl(199,75%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 75%, 75%, 0.4);
css variable
--color-primary: hsl(199, 75%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 75%, 75%)?
HEX: #8FD1EF | RGB: rgb(143, 209, 239) | CMYK: 40%, 13%, 0%, 6% | HSV: 199°, 40%, 94%. Copy any format from the conversion table above.
What colors go well with #8FD1EF?
The complementary color is HSL(19, 75%, 75%). 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, 75%, 75%) in CSS?
As HSL: color: hsl(199, 75%, 75%); — As HEX: color: #8FD1EF; — As RGB: color: rgb(143, 209, 239); — Tailwind CSS: bg-[hsl(199,75%,75%)] — CSS variable: --color-primary: hsl(199, 75%, 75%);