HSL(236, 48%, 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(236,48%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(236, 48%, 87%) | color: hsl(236, 48%, 87%) | |
| HEX | #CED0EE | color: #CED0EE | |
| RGB | rgb(206, 208, 238) | color: rgb(206, 208, 238) | |
| CMYK | cmyk(13%, 13%, 0%, 7%) | — | |
| HSV | hsv(236, 13%, 93%) | — | |
| HWB | hwb(236 81% 7%) | color: hwb(236 81% 7%) | |
| OKLCH | oklch(0.8655 0.0414 282.47) | color: oklch(0.8655 0.0414 282.47) | |
| Lab | lab(84.18 5.16 -14.95) | color: lab(84.18 5.16 -14.95) | |
| LCH | lch(84.18 15.82 289.04) | color: lch(84.18 15.82 289.04) |
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)
#CFCFE7 — rgb(207, 207, 231)
Deuteranopia (Green-blind)
#CFCFE5 — rgb(207, 207, 229)
Tritanopia (Blue-blind)
#CEE1E0 — rgb(206, 225, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(236, 48%, 87%);
text
color: hsl(236, 48%, 87%);
border
border: 2px solid hsl(236, 48%, 87%);
gradient light
background: linear-gradient(to right, hsl(236, 48%, 100%), hsl(236, 48%, 87%));
gradient dark
background: linear-gradient(to right, hsl(236, 48%, 87%), hsl(236, 48%, 67%))
hex
background-color: #CED0EE;
tailwind
bg-[hsl(236,48%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(236, 48%, 87%, 0.4);
css variable
--color-primary: hsl(236, 48%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(236, 48%, 87%)?
HEX: #CED0EE | RGB: rgb(206, 208, 238) | CMYK: 13%, 13%, 0%, 7% | HSV: 236°, 13%, 93%. Copy any format from the conversion table above.
What colors go well with #CED0EE?
The complementary color is HSL(56, 48%, 87%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(236, 48%, 87%) in CSS?
As HSL: color: hsl(236, 48%, 87%); — As HEX: color: #CED0EE; — As RGB: color: rgb(206, 208, 238); — Tailwind CSS: bg-[hsl(236,48%,87%)] — CSS variable: --color-primary: hsl(236, 48%, 87%);