HSL(233, 39%, 87%)
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(233,39%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 39%, 87%) | color: hsl(233, 39%, 87%) | |
| HEX | #D1D4EB | color: #D1D4EB | |
| RGB | rgb(209, 212, 235) | color: rgb(209, 212, 235) | |
| CMYK | cmyk(11%, 10%, 0%, 8%) | — | |
| HSV | hsv(233, 11%, 92%) | — | |
| HWB | hwb(233 82% 8%) | color: hwb(233 82% 8%) | |
| OKLCH | oklch(0.8747 0.0318 279.81) | color: oklch(0.8747 0.0318 279.81) | |
| Lab | lab(85.32 3.4 -11.62) | color: lab(85.32 3.4 -11.62) | |
| LCH | lch(85.32 12.11 286.31) | color: lch(85.32 12.11 286.31) |
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)
#D2D2E5 — rgb(210, 210, 229)
Deuteranopia (Green-blind)
#D2D2E4 — rgb(210, 210, 228)
Tritanopia (Blue-blind)
#D1E1E0 — rgb(209, 225, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 39%, 87%);
text
color: hsl(233, 39%, 87%);
border
border: 2px solid hsl(233, 39%, 87%);
gradient light
background: linear-gradient(to right, hsl(233, 39%, 100%), hsl(233, 39%, 87%));
gradient dark
background: linear-gradient(to right, hsl(233, 39%, 87%), hsl(233, 39%, 67%))
hex
background-color: #D1D4EB;
tailwind
bg-[hsl(233,39%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 39%, 87%, 0.4);
css variable
--color-primary: hsl(233, 39%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 39%, 87%)?
HEX: #D1D4EB | RGB: rgb(209, 212, 235) | CMYK: 11%, 10%, 0%, 8% | HSV: 233°, 11%, 92%. Copy any format from the conversion table above.
What colors go well with #D1D4EB?
The complementary color is HSL(53, 39%, 87%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 39%, 87%) in CSS?
As HSL: color: hsl(233, 39%, 87%); — As HEX: color: #D1D4EB; — As RGB: color: rgb(209, 212, 235); — Tailwind CSS: bg-[hsl(233,39%,87%)] — CSS variable: --color-primary: hsl(233, 39%, 87%);