HSL(218, 83%, 93%)
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(218,83%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(218, 83%, 93%) | color: hsl(218, 83%, 93%) | |
| HEX | #DEE9FC | color: #DEE9FC | |
| RGB | rgb(222, 233, 252) | color: rgb(222, 233, 252) | |
| CMYK | cmyk(12%, 8%, 0%, 1%) | — | |
| HSV | hsv(218, 12%, 99%) | — | |
| HWB | hwb(218 87% 1%) | color: hwb(218 87% 1%) | |
| OKLCH | oklch(0.9315 0.0284 261.48) | color: oklch(0.9315 0.0284 261.48) | |
| Lab | lab(92.06 -0 -10.42) | color: lab(92.06 -0 -10.42) | |
| LCH | lch(92.06 10.42 270) | color: lch(92.06 10.42 270) |
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)
#E3E3F7 — rgb(227, 227, 247)
Deuteranopia (Green-blind)
#E2E1F6 — rgb(226, 225, 246)
Tritanopia (Blue-blind)
#DFF4F3 — rgb(223, 244, 243)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(218, 83%, 93%);
text
color: hsl(218, 83%, 93%);
border
border: 2px solid hsl(218, 83%, 93%);
gradient light
background: linear-gradient(to right, hsl(218, 83%, 100%), hsl(218, 83%, 93%));
gradient dark
background: linear-gradient(to right, hsl(218, 83%, 93%), hsl(218, 83%, 73%))
hex
background-color: #DEE9FC;
tailwind
bg-[hsl(218,83%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(218, 83%, 93%, 0.4);
css variable
--color-primary: hsl(218, 83%, 93%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(218, 83%, 93%)?
HEX: #DEE9FC | RGB: rgb(222, 233, 252) | CMYK: 12%, 8%, 0%, 1% | HSV: 218°, 12%, 99%. Copy any format from the conversion table above.
What colors go well with #DEE9FC?
The complementary color is HSL(38, 83%, 93%). For a triadic harmony, use hues 218°, 338°, and 98°. For analogous combinations, try hues 188° and 248°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(218, 83%, 93%) in CSS?
As HSL: color: hsl(218, 83%, 93%); — As HEX: color: #DEE9FC; — As RGB: color: rgb(222, 233, 252); — Tailwind CSS: bg-[hsl(218,83%,93%)] — CSS variable: --color-primary: hsl(218, 83%, 93%);