HSL(228, 45%, 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(228,45%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(228, 45%, 87%) | color: hsl(228, 45%, 87%) | |
| HEX | #CFD5ED | color: #CFD5ED | |
| RGB | rgb(207, 213, 237) | color: rgb(207, 213, 237) | |
| CMYK | cmyk(13%, 10%, 0%, 7%) | — | |
| HSV | hsv(228, 13%, 93%) | — | |
| HWB | hwb(228 81% 7%) | color: hwb(228 81% 7%) | |
| OKLCH | oklch(0.8758 0.0337 274.53) | color: oklch(0.8758 0.0337 274.53) | |
| Lab | lab(85.49 2.64 -12.45) | color: lab(85.49 2.64 -12.45) | |
| LCH | lch(85.49 12.73 281.97) | color: lch(85.49 12.73 281.97) |
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)
#D2D2E7 — rgb(210, 210, 231)
Deuteranopia (Green-blind)
#D1D1E6 — rgb(209, 209, 230)
Tritanopia (Blue-blind)
#CFE3E2 — rgb(207, 227, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(228, 45%, 87%);
text
color: hsl(228, 45%, 87%);
border
border: 2px solid hsl(228, 45%, 87%);
gradient light
background: linear-gradient(to right, hsl(228, 45%, 100%), hsl(228, 45%, 87%));
gradient dark
background: linear-gradient(to right, hsl(228, 45%, 87%), hsl(228, 45%, 67%))
hex
background-color: #CFD5ED;
tailwind
bg-[hsl(228,45%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(228, 45%, 87%, 0.4);
css variable
--color-primary: hsl(228, 45%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(228, 45%, 87%)?
HEX: #CFD5ED | RGB: rgb(207, 213, 237) | CMYK: 13%, 10%, 0%, 7% | HSV: 228°, 13%, 93%. Copy any format from the conversion table above.
What colors go well with #CFD5ED?
The complementary color is HSL(48, 45%, 87%). For a triadic harmony, use hues 228°, 348°, and 108°. For analogous combinations, try hues 198° and 258°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(228, 45%, 87%) in CSS?
As HSL: color: hsl(228, 45%, 87%); — As HEX: color: #CFD5ED; — As RGB: color: rgb(207, 213, 237); — Tailwind CSS: bg-[hsl(228,45%,87%)] — CSS variable: --color-primary: hsl(228, 45%, 87%);