HSL(231, 73%, 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(231,73%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(231, 73%, 92%) | color: hsl(231, 73%, 92%) | |
| HEX | #DCE0F9 | color: #DCE0F9 | |
| RGB | rgb(220, 224, 249) | color: rgb(220, 224, 249) | |
| CMYK | cmyk(12%, 10%, 0%, 2%) | — | |
| HSV | hsv(232, 12%, 98%) | — | |
| HWB | hwb(232 86% 2%) | color: hwb(232 86% 2%) | |
| OKLCH | oklch(0.9113 0.0343 278.47) | color: oklch(0.9113 0.0343 278.47) | |
| Lab | lab(89.56 3.43 -12.59) | color: lab(89.56 3.43 -12.59) | |
| LCH | lch(89.56 13.05 285.24) | color: lch(89.56 13.05 285.24) |
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)
#DEDEF3 — rgb(222, 222, 243)
Deuteranopia (Green-blind)
#DEDDF2 — rgb(222, 221, 242)
Tritanopia (Blue-blind)
#DCEEED — rgb(220, 238, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(231, 73%, 92%);
text
color: hsl(231, 73%, 92%);
border
border: 2px solid hsl(231, 73%, 92%);
gradient light
background: linear-gradient(to right, hsl(231, 73%, 100%), hsl(231, 73%, 92%));
gradient dark
background: linear-gradient(to right, hsl(231, 73%, 92%), hsl(231, 73%, 72%))
hex
background-color: #DCE0F9;
tailwind
bg-[hsl(231,73%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(231, 73%, 92%, 0.4);
css variable
--color-primary: hsl(231, 73%, 92%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(231, 73%, 92%)?
HEX: #DCE0F9 | RGB: rgb(220, 224, 249) | CMYK: 12%, 10%, 0%, 2% | HSV: 232°, 12%, 98%. Copy any format from the conversion table above.
What colors go well with #DCE0F9?
The complementary color is HSL(51, 73%, 92%). For a triadic harmony, use hues 231°, 351°, and 111°. For analogous combinations, try hues 201° and 261°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(231, 73%, 92%) in CSS?
As HSL: color: hsl(231, 73%, 92%); — As HEX: color: #DCE0F9; — As RGB: color: rgb(220, 224, 249); — Tailwind CSS: bg-[hsl(231,73%,92%)] — CSS variable: --color-primary: hsl(231, 73%, 92%);