HSL(233, 35%, 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,35%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 35%, 87%) | color: hsl(233, 35%, 87%) | |
| HEX | #D2D5E9 | color: #D2D5E9 | |
| RGB | rgb(210, 213, 233) | color: rgb(210, 213, 233) | |
| CMYK | cmyk(10%, 9%, 0%, 9%) | — | |
| HSV | hsv(232, 10%, 91%) | — | |
| HWB | hwb(232 82% 9%) | color: hwb(232 82% 9%) | |
| OKLCH | oklch(0.8768 0.0276 279.02) | color: oklch(0.8768 0.0276 279.02) | |
| Lab | lab(85.59 2.8 -10.15) | color: lab(85.59 2.8 -10.15) | |
| LCH | lch(85.59 10.53 285.42) | color: lch(85.59 10.53 285.42) |
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)
#D3D3E4 — rgb(211, 211, 228)
Deuteranopia (Green-blind)
#D3D3E3 — rgb(211, 211, 227)
Tritanopia (Blue-blind)
#D2E0E0 — rgb(210, 224, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 35%, 87%);
text
color: hsl(233, 35%, 87%);
border
border: 2px solid hsl(233, 35%, 87%);
gradient light
background: linear-gradient(to right, hsl(233, 35%, 100%), hsl(233, 35%, 87%));
gradient dark
background: linear-gradient(to right, hsl(233, 35%, 87%), hsl(233, 35%, 67%))
hex
background-color: #D2D5E9;
tailwind
bg-[hsl(233,35%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 35%, 87%, 0.4);
css variable
--color-primary: hsl(233, 35%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 35%, 87%)?
HEX: #D2D5E9 | RGB: rgb(210, 213, 233) | CMYK: 10%, 9%, 0%, 9% | HSV: 232°, 10%, 91%. Copy any format from the conversion table above.
What colors go well with #D2D5E9?
The complementary color is HSL(53, 35%, 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, 35%, 87%) in CSS?
As HSL: color: hsl(233, 35%, 87%); — As HEX: color: #D2D5E9; — As RGB: color: rgb(210, 213, 233); — Tailwind CSS: bg-[hsl(233,35%,87%)] — CSS variable: --color-primary: hsl(233, 35%, 87%);