HSL(243, 27%, 89%)
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(243,27%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(243, 27%, 89%) | color: hsl(243, 27%, 89%) | |
| HEX | #DCDBEB | color: #DCDBEB | |
| RGB | rgb(220, 219, 235) | color: rgb(220, 219, 235) | |
| CMYK | cmyk(6%, 7%, 0%, 8%) | — | |
| HSV | hsv(244, 7%, 92%) | — | |
| HWB | hwb(244 86% 8%) | color: hwb(244 86% 8%) | |
| OKLCH | oklch(0.897 0.0217 288.83) | color: oklch(0.897 0.0217 288.83) | |
| Lab | lab(87.91 3.3 -7.69) | color: lab(87.91 3.3 -7.69) | |
| LCH | lch(87.91 8.37 293.23) | color: lch(87.91 8.37 293.23) |
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)
#DCDCE7 — rgb(220, 220, 231)
Deuteranopia (Green-blind)
#DCDCE6 — rgb(220, 220, 230)
Tritanopia (Blue-blind)
#DCE4E3 — rgb(220, 228, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(243, 27%, 89%);
text
color: hsl(243, 27%, 89%);
border
border: 2px solid hsl(243, 27%, 89%);
gradient light
background: linear-gradient(to right, hsl(243, 27%, 100%), hsl(243, 27%, 89%));
gradient dark
background: linear-gradient(to right, hsl(243, 27%, 89%), hsl(243, 27%, 69%))
hex
background-color: #DCDBEB;
tailwind
bg-[hsl(243,27%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(243, 27%, 89%, 0.4);
css variable
--color-primary: hsl(243, 27%, 89%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(243, 27%, 89%)?
HEX: #DCDBEB | RGB: rgb(220, 219, 235) | CMYK: 6%, 7%, 0%, 8% | HSV: 244°, 7%, 92%. Copy any format from the conversion table above.
What colors go well with #DCDBEB?
The complementary color is HSL(63, 27%, 89%). For a triadic harmony, use hues 243°, 3°, and 123°. For analogous combinations, try hues 213° and 273°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(243, 27%, 89%) in CSS?
As HSL: color: hsl(243, 27%, 89%); — As HEX: color: #DCDBEB; — As RGB: color: rgb(220, 219, 235); — Tailwind CSS: bg-[hsl(243,27%,89%)] — CSS variable: --color-primary: hsl(243, 27%, 89%);