HSL(238, 37%, 90%)
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(238,37%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(238, 37%, 90%) | color: hsl(238, 37%, 90%) | |
| HEX | #DCDDEF | color: #DCDDEF | |
| RGB | rgb(220, 221, 239) | color: rgb(220, 221, 239) | |
| CMYK | cmyk(8%, 8%, 0%, 6%) | — | |
| HSV | hsv(237, 8%, 94%) | — | |
| HWB | hwb(237 86% 6%) | color: hwb(237 86% 6%) | |
| OKLCH | oklch(0.9022 0.0245 283.36) | color: oklch(0.9022 0.0245 283.36) | |
| Lab | lab(88.52 3.03 -8.88) | color: lab(88.52 3.03 -8.88) | |
| LCH | lch(88.52 9.38 288.84) | color: lch(88.52 9.38 288.84) |
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)
#DCDCEB — rgb(220, 220, 235)
Deuteranopia (Green-blind)
#DCDCEA — rgb(220, 220, 234)
Tritanopia (Blue-blind)
#DCE7E6 — rgb(220, 231, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(238, 37%, 90%);
text
color: hsl(238, 37%, 90%);
border
border: 2px solid hsl(238, 37%, 90%);
gradient light
background: linear-gradient(to right, hsl(238, 37%, 100%), hsl(238, 37%, 90%));
gradient dark
background: linear-gradient(to right, hsl(238, 37%, 90%), hsl(238, 37%, 70%))
hex
background-color: #DCDDEF;
tailwind
bg-[hsl(238,37%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(238, 37%, 90%, 0.4);
css variable
--color-primary: hsl(238, 37%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(238, 37%, 90%)?
HEX: #DCDDEF | RGB: rgb(220, 221, 239) | CMYK: 8%, 8%, 0%, 6% | HSV: 237°, 8%, 94%. Copy any format from the conversion table above.
What colors go well with #DCDDEF?
The complementary color is HSL(58, 37%, 90%). For a triadic harmony, use hues 238°, 358°, and 118°. For analogous combinations, try hues 208° and 268°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(238, 37%, 90%) in CSS?
As HSL: color: hsl(238, 37%, 90%); — As HEX: color: #DCDDEF; — As RGB: color: rgb(220, 221, 239); — Tailwind CSS: bg-[hsl(238,37%,90%)] — CSS variable: --color-primary: hsl(238, 37%, 90%);