HSL(230, 47%, 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(230,47%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 47%, 87%) | color: hsl(230, 47%, 87%) | |
| HEX | #CED3ED | color: #CED3ED | |
| RGB | rgb(206, 211, 237) | color: rgb(206, 211, 237) | |
| CMYK | cmyk(13%, 11%, 0%, 7%) | — | |
| HSV | hsv(230, 13%, 93%) | — | |
| HWB | hwb(230 81% 7%) | color: hwb(230 81% 7%) | |
| OKLCH | oklch(0.8711 0.0363 276.99) | color: oklch(0.8711 0.0363 276.99) | |
| Lab | lab(84.91 3.37 -13.33) | color: lab(84.91 3.37 -13.33) | |
| LCH | lch(84.91 13.75 284.19) | color: lch(84.91 13.75 284.19) |
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)
#D0D0E7 — rgb(208, 208, 231)
Deuteranopia (Green-blind)
#D0D0E5 — rgb(208, 208, 229)
Tritanopia (Blue-blind)
#CEE2E1 — rgb(206, 226, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 47%, 87%);
text
color: hsl(230, 47%, 87%);
border
border: 2px solid hsl(230, 47%, 87%);
gradient light
background: linear-gradient(to right, hsl(230, 47%, 100%), hsl(230, 47%, 87%));
gradient dark
background: linear-gradient(to right, hsl(230, 47%, 87%), hsl(230, 47%, 67%))
hex
background-color: #CED3ED;
tailwind
bg-[hsl(230,47%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 47%, 87%, 0.4);
css variable
--color-primary: hsl(230, 47%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 47%, 87%)?
HEX: #CED3ED | RGB: rgb(206, 211, 237) | CMYK: 13%, 11%, 0%, 7% | HSV: 230°, 13%, 93%. Copy any format from the conversion table above.
What colors go well with #CED3ED?
The complementary color is HSL(50, 47%, 87%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 47%, 87%) in CSS?
As HSL: color: hsl(230, 47%, 87%); — As HEX: color: #CED3ED; — As RGB: color: rgb(206, 211, 237); — Tailwind CSS: bg-[hsl(230,47%,87%)] — CSS variable: --color-primary: hsl(230, 47%, 87%);