HSL(244, 50%, 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(244,50%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(244, 50%, 87%) | color: hsl(244, 50%, 87%) | |
| HEX | #CFCDEE | color: #CFCDEE | |
| RGB | rgb(207, 205, 238) | color: rgb(207, 205, 238) | |
| CMYK | cmyk(13%, 14%, 0%, 7%) | — | |
| HSV | hsv(244, 14%, 93%) | — | |
| HWB | hwb(244 80% 7%) | color: hwb(244 80% 7%) | |
| OKLCH | oklch(0.8603 0.0455 288.18) | color: oklch(0.8603 0.0455 288.18) | |
| Lab | lab(83.5 7.08 -15.97) | color: lab(83.5 7.08 -15.97) | |
| LCH | lch(83.5 17.47 293.91) | color: lch(83.5 17.47 293.91) |
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)
#CECEE6 — rgb(206, 206, 230)
Deuteranopia (Green-blind)
#CECEE4 — rgb(206, 206, 228)
Tritanopia (Blue-blind)
#CFE0DE — rgb(207, 224, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(244, 50%, 87%);
text
color: hsl(244, 50%, 87%);
border
border: 2px solid hsl(244, 50%, 87%);
gradient light
background: linear-gradient(to right, hsl(244, 50%, 100%), hsl(244, 50%, 87%));
gradient dark
background: linear-gradient(to right, hsl(244, 50%, 87%), hsl(244, 50%, 67%))
hex
background-color: #CFCDEE;
tailwind
bg-[hsl(244,50%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(244, 50%, 87%, 0.4);
css variable
--color-primary: hsl(244, 50%, 87%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(244, 50%, 87%)?
HEX: #CFCDEE | RGB: rgb(207, 205, 238) | CMYK: 13%, 14%, 0%, 7% | HSV: 244°, 14%, 93%. Copy any format from the conversion table above.
What colors go well with #CFCDEE?
The complementary color is HSL(64, 50%, 87%). For a triadic harmony, use hues 244°, 4°, and 124°. For analogous combinations, try hues 214° and 274°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(244, 50%, 87%) in CSS?
As HSL: color: hsl(244, 50%, 87%); — As HEX: color: #CFCDEE; — As RGB: color: rgb(207, 205, 238); — Tailwind CSS: bg-[hsl(244,50%,87%)] — CSS variable: --color-primary: hsl(244, 50%, 87%);