HSL(205, 70%, 88%)
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(205,70%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(205, 70%, 88%) | color: hsl(205, 70%, 88%) | |
| HEX | #CBE4F6 | color: #CBE4F6 | |
| RGB | rgb(203, 228, 246) | color: rgb(203, 228, 246) | |
| CMYK | cmyk(17%, 7%, 0%, 4%) | — | |
| HSV | hsv(205, 17%, 96%) | — | |
| HWB | hwb(205 80% 4%) | color: hwb(205 80% 4%) | |
| OKLCH | oklch(0.9061 0.0363 239.18) | color: oklch(0.9061 0.0363 239.18) | |
| Lab | lab(89.32 -4.57 -11.51) | color: lab(89.32 -4.57 -11.51) | |
| LCH | lch(89.32 12.38 248.34) | color: lch(89.32 12.38 248.34) |
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)
#D6D6F2 — rgb(214, 214, 242)
Deuteranopia (Green-blind)
#D4D3F1 — rgb(212, 211, 241)
Tritanopia (Blue-blind)
#CCEEED — rgb(204, 238, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(205, 70%, 88%);
text
color: hsl(205, 70%, 88%);
border
border: 2px solid hsl(205, 70%, 88%);
gradient light
background: linear-gradient(to right, hsl(205, 70%, 100%), hsl(205, 70%, 88%));
gradient dark
background: linear-gradient(to right, hsl(205, 70%, 88%), hsl(205, 70%, 68%))
hex
background-color: #CBE4F6;
tailwind
bg-[hsl(205,70%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(205, 70%, 88%, 0.4);
css variable
--color-primary: hsl(205, 70%, 88%);
Related Colors
Use Cases for Very Light Blue
Frequently Asked Questions
What are all the color codes for HSL(205, 70%, 88%)?
HEX: #CBE4F6 | RGB: rgb(203, 228, 246) | CMYK: 17%, 7%, 0%, 4% | HSV: 205°, 17%, 96%. Copy any format from the conversion table above.
What colors go well with #CBE4F6?
The complementary color is HSL(25, 70%, 88%). For a triadic harmony, use hues 205°, 325°, and 85°. For analogous combinations, try hues 175° and 235°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(205, 70%, 88%) in CSS?
As HSL: color: hsl(205, 70%, 88%); — As HEX: color: #CBE4F6; — As RGB: color: rgb(203, 228, 246); — Tailwind CSS: bg-[hsl(205,70%,88%)] — CSS variable: --color-primary: hsl(205, 70%, 88%);