HSL(207, 17%, 88%)
Very Light Blue — Blue color
Adjust Color
Color Information
Color Name
Very Light Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(207,17%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 17%, 88%) | color: hsl(207, 17%, 88%) | |
| HEX | #DBE1E6 | color: #DBE1E6 | |
| RGB | rgb(219, 225, 230) | color: rgb(219, 225, 230) | |
| CMYK | cmyk(5%, 2%, 0%, 10%) | — | |
| HSV | hsv(207, 5%, 90%) | — | |
| HWB | hwb(207 86% 10%) | color: hwb(207 86% 10%) | |
| OKLCH | oklch(0.9066 0.0094 242.85) | color: oklch(0.9066 0.0094 242.85) | |
| Lab | lab(89.22 -1.09 -3.14) | color: lab(89.22 -1.09 -3.14) | |
| LCH | lch(89.22 3.32 250.86) | color: lch(89.22 3.32 250.86) |
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)
#DEDEE5 — rgb(222, 222, 229)
Deuteranopia (Green-blind)
#DDDDE5 — rgb(221, 221, 229)
Tritanopia (Blue-blind)
#DBE4E4 — rgb(219, 228, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 17%, 88%);
text
color: hsl(207, 17%, 88%);
border
border: 2px solid hsl(207, 17%, 88%);
gradient light
background: linear-gradient(to right, hsl(207, 17%, 100%), hsl(207, 17%, 88%));
gradient dark
background: linear-gradient(to right, hsl(207, 17%, 88%), hsl(207, 17%, 68%))
hex
background-color: #DBE1E6;
tailwind
bg-[hsl(207,17%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 17%, 88%, 0.4);
css variable
--color-primary: hsl(207, 17%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 17%, 88%)?
HEX: #DBE1E6 | RGB: rgb(219, 225, 230) | CMYK: 5%, 2%, 0%, 10% | HSV: 207°, 5%, 90%. Copy any format from the conversion table above.
What colors go well with #DBE1E6?
The complementary color is HSL(27, 17%, 88%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 17%, 88%) in CSS?
As HSL: color: hsl(207, 17%, 88%); — As HEX: color: #DBE1E6; — As RGB: color: rgb(219, 225, 230); — Tailwind CSS: bg-[hsl(207,17%,88%)] — CSS variable: --color-primary: hsl(207, 17%, 88%);