HSL(230, 84%, 92%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,84%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 84%, 92%) | color: hsl(230, 84%, 92%) | |
| HEX | #D9DFFC | color: #D9DFFC | |
| RGB | rgb(217, 223, 252) | color: rgb(217, 223, 252) | |
| CMYK | cmyk(14%, 12%, 0%, 1%) | — | |
| HSV | hsv(230, 14%, 99%) | — | |
| HWB | hwb(230 85% 1%) | color: hwb(230 85% 1%) | |
| OKLCH | oklch(0.908 0.0401 276.31) | color: oklch(0.908 0.0401 276.31) | |
| Lab | lab(89.18 3.61 -14.75) | color: lab(89.18 3.61 -14.75) | |
| LCH | lch(89.18 15.19 283.75) | color: lch(89.18 15.19 283.75) |
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)
#DCDCF5 — rgb(220, 220, 245)
Deuteranopia (Green-blind)
#DBDBF3 — rgb(219, 219, 243)
Tritanopia (Blue-blind)
#D9EFEE — rgb(217, 239, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 84%, 92%);
text
color: hsl(230, 84%, 92%);
border
border: 2px solid hsl(230, 84%, 92%);
gradient light
background: linear-gradient(to right, hsl(230, 84%, 100%), hsl(230, 84%, 92%));
gradient dark
background: linear-gradient(to right, hsl(230, 84%, 92%), hsl(230, 84%, 72%))
hex
background-color: #D9DFFC;
tailwind
bg-[hsl(230,84%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 84%, 92%, 0.4);
css variable
--color-primary: hsl(230, 84%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 84%, 92%)?
HEX: #D9DFFC | RGB: rgb(217, 223, 252) | CMYK: 14%, 12%, 0%, 1% | HSV: 230°, 14%, 99%. Copy any format from the conversion table above.
What colors go well with #D9DFFC?
The complementary color is HSL(50, 84%, 92%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 84%, 92%) in CSS?
As HSL: color: hsl(230, 84%, 92%); — As HEX: color: #D9DFFC; — As RGB: color: rgb(217, 223, 252); — Tailwind CSS: bg-[hsl(230,84%,92%)] — CSS variable: --color-primary: hsl(230, 84%, 92%);