HSL(202, 30%, 87%)
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(202,30%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 30%, 87%) | color: hsl(202, 30%, 87%) | |
| HEX | #D4E1E8 | color: #D4E1E8 | |
| RGB | rgb(212, 225, 232) | color: rgb(212, 225, 232) | |
| CMYK | cmyk(9%, 3%, 0%, 9%) | — | |
| HSV | hsv(201, 9%, 91%) | — | |
| HWB | hwb(201 83% 9%) | color: hwb(201 83% 9%) | |
| OKLCH | oklch(0.902 0.017 230.93) | color: oklch(0.902 0.017 230.93) | |
| Lab | lab(88.77 -3 -4.91) | color: lab(88.77 -3 -4.91) | |
| LCH | lch(88.77 5.75 238.58) | color: lch(88.77 5.75 238.58) |
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)
#DADAE6 — rgb(218, 218, 230)
Deuteranopia (Green-blind)
#D9D8E6 — rgb(217, 216, 230)
Tritanopia (Blue-blind)
#D5E5E5 — rgb(213, 229, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 30%, 87%);
text
color: hsl(202, 30%, 87%);
border
border: 2px solid hsl(202, 30%, 87%);
gradient light
background: linear-gradient(to right, hsl(202, 30%, 100%), hsl(202, 30%, 87%));
gradient dark
background: linear-gradient(to right, hsl(202, 30%, 87%), hsl(202, 30%, 67%))
hex
background-color: #D4E1E8;
tailwind
bg-[hsl(202,30%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 30%, 87%, 0.4);
css variable
--color-primary: hsl(202, 30%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 30%, 87%)?
HEX: #D4E1E8 | RGB: rgb(212, 225, 232) | CMYK: 9%, 3%, 0%, 9% | HSV: 201°, 9%, 91%. Copy any format from the conversion table above.
What colors go well with #D4E1E8?
The complementary color is HSL(22, 30%, 87%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 30%, 87%) in CSS?
As HSL: color: hsl(202, 30%, 87%); — As HEX: color: #D4E1E8; — As RGB: color: rgb(212, 225, 232); — Tailwind CSS: bg-[hsl(202,30%,87%)] — CSS variable: --color-primary: hsl(202, 30%, 87%);