HSL(199, 85%, 92%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(199,85%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 85%, 92%) | color: hsl(199, 85%, 92%) | |
| HEX | #D9F1FC | color: #D9F1FC | |
| RGB | rgb(217, 241, 252) | color: rgb(217, 241, 252) | |
| CMYK | cmyk(14%, 4%, 0%, 1%) | — | |
| HSV | hsv(199, 14%, 99%) | — | |
| HWB | hwb(199 85% 1%) | color: hwb(199 85% 1%) | |
| OKLCH | oklch(0.9439 0.0293 227) | color: oklch(0.9439 0.0293 227) | |
| Lab | lab(93.75 -5.67 -7.95) | color: lab(93.75 -5.67 -7.95) | |
| LCH | lch(93.75 9.76 234.5) | color: lch(93.75 9.76 234.5) |
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)
#E3E4F9 — rgb(227, 228, 249)
Deuteranopia (Green-blind)
#E2E0F9 — rgb(226, 224, 249)
Tritanopia (Blue-blind)
#DAF7F7 — rgb(218, 247, 247)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 85%, 92%);
text
color: hsl(199, 85%, 92%);
border
border: 2px solid hsl(199, 85%, 92%);
gradient light
background: linear-gradient(to right, hsl(199, 85%, 100%), hsl(199, 85%, 92%));
gradient dark
background: linear-gradient(to right, hsl(199, 85%, 92%), hsl(199, 85%, 72%))
hex
background-color: #D9F1FC;
tailwind
bg-[hsl(199,85%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 85%, 92%, 0.4);
css variable
--color-primary: hsl(199, 85%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 85%, 92%)?
HEX: #D9F1FC | RGB: rgb(217, 241, 252) | CMYK: 14%, 4%, 0%, 1% | HSV: 199°, 14%, 99%. Copy any format from the conversion table above.
What colors go well with #D9F1FC?
The complementary color is HSL(19, 85%, 92%). 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, 85%, 92%) in CSS?
As HSL: color: hsl(199, 85%, 92%); — As HEX: color: #D9F1FC; — As RGB: color: rgb(217, 241, 252); — Tailwind CSS: bg-[hsl(199,85%,92%)] — CSS variable: --color-primary: hsl(199, 85%, 92%);