HSL(233, 67%, 90%)
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,67%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 67%, 90%) | color: hsl(233, 67%, 90%) | |
| HEX | #D4D8F7 | color: #D4D8F7 | |
| RGB | rgb(212, 216, 247) | color: rgb(212, 216, 247) | |
| CMYK | cmyk(14%, 13%, 0%, 3%) | — | |
| HSV | hsv(233, 14%, 97%) | — | |
| HWB | hwb(233 83% 3%) | color: hwb(233 83% 3%) | |
| OKLCH | oklch(0.8888 0.0427 279.67) | color: oklch(0.8888 0.0427 279.67) | |
| Lab | lab(86.91 4.69 -15.57) | color: lab(86.91 4.69 -15.57) | |
| LCH | lch(86.91 16.26 286.76) | color: lch(86.91 16.26 286.76) |
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)
#D6D6EF — rgb(214, 214, 239)
Deuteranopia (Green-blind)
#D6D5EE — rgb(214, 213, 238)
Tritanopia (Blue-blind)
#D4EAE8 — rgb(212, 234, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 67%, 90%);
text
color: hsl(233, 67%, 90%);
border
border: 2px solid hsl(233, 67%, 90%);
gradient light
background: linear-gradient(to right, hsl(233, 67%, 100%), hsl(233, 67%, 90%));
gradient dark
background: linear-gradient(to right, hsl(233, 67%, 90%), hsl(233, 67%, 70%))
hex
background-color: #D4D8F7;
tailwind
bg-[hsl(233,67%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 67%, 90%, 0.4);
css variable
--color-primary: hsl(233, 67%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 67%, 90%)?
HEX: #D4D8F7 | RGB: rgb(212, 216, 247) | CMYK: 14%, 13%, 0%, 3% | HSV: 233°, 14%, 97%. Copy any format from the conversion table above.
What colors go well with #D4D8F7?
The complementary color is HSL(53, 67%, 90%). 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, 67%, 90%) in CSS?
As HSL: color: hsl(233, 67%, 90%); — As HEX: color: #D4D8F7; — As RGB: color: rgb(212, 216, 247); — Tailwind CSS: bg-[hsl(233,67%,90%)] — CSS variable: --color-primary: hsl(233, 67%, 90%);