HSL(198, 40%, 90%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(198,40%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(198, 40%, 90%) | color: hsl(198, 40%, 90%) | |
| HEX | #DBEAF0 | color: #DBEAF0 | |
| RGB | rgb(219, 234, 240) | color: rgb(219, 234, 240) | |
| CMYK | cmyk(9%, 3%, 0%, 6%) | — | |
| HSV | hsv(197, 9%, 94%) | — | |
| HWB | hwb(197 86% 6%) | color: hwb(197 86% 6%) | |
| OKLCH | oklch(0.9276 0.018 223.61) | color: oklch(0.9276 0.018 223.61) | |
| Lab | lab(91.77 -3.82 -4.61) | color: lab(91.77 -3.82 -4.61) | |
| LCH | lch(91.77 5.99 230.35) | color: lch(91.77 5.99 230.35) |
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)
#E1E2EF — rgb(225, 226, 239)
Deuteranopia (Green-blind)
#E1E0EE — rgb(225, 224, 238)
Tritanopia (Blue-blind)
#DCEDED — rgb(220, 237, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(198, 40%, 90%);
text
color: hsl(198, 40%, 90%);
border
border: 2px solid hsl(198, 40%, 90%);
gradient light
background: linear-gradient(to right, hsl(198, 40%, 100%), hsl(198, 40%, 90%));
gradient dark
background: linear-gradient(to right, hsl(198, 40%, 90%), hsl(198, 40%, 70%))
hex
background-color: #DBEAF0;
tailwind
bg-[hsl(198,40%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(198, 40%, 90%, 0.4);
css variable
--color-primary: hsl(198, 40%, 90%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(198, 40%, 90%)?
HEX: #DBEAF0 | RGB: rgb(219, 234, 240) | CMYK: 9%, 3%, 0%, 6% | HSV: 197°, 9%, 94%. Copy any format from the conversion table above.
What colors go well with #DBEAF0?
The complementary color is HSL(18, 40%, 90%). For a triadic harmony, use hues 198°, 318°, and 78°. For analogous combinations, try hues 168° and 228°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(198, 40%, 90%) in CSS?
As HSL: color: hsl(198, 40%, 90%); — As HEX: color: #DBEAF0; — As RGB: color: rgb(219, 234, 240); — Tailwind CSS: bg-[hsl(198,40%,90%)] — CSS variable: --color-primary: hsl(198, 40%, 90%);