HSL(153, 57%, 88%)
Very Light Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Light Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,57%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 57%, 88%) | color: hsl(153, 57%, 88%) | |
| HEX | #CFF2E2 | color: #CFF2E2 | |
| RGB | rgb(207, 242, 226) | color: rgb(207, 242, 226) | |
| CMYK | cmyk(14%, 0%, 7%, 5%) | — | |
| HSV | hsv(153, 14%, 95%) | — | |
| HWB | hwb(153 82% 5%) | color: hwb(153 82% 5%) | |
| OKLCH | oklch(0.9317 0.0423 166.11) | color: oklch(0.9317 0.0423 166.11) | |
| Lab | lab(92.69 -14.37 3.92) | color: lab(92.69 -14.37 3.92) | |
| LCH | lch(92.69 14.9 164.74) | color: lch(92.69 14.9 164.74) |
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)
#DEDEE6 — rgb(222, 222, 230)
Deuteranopia (Green-blind)
#DCDAE7 — rgb(220, 218, 231)
Tritanopia (Blue-blind)
#D1E9EA — rgb(209, 233, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 57%, 88%);
text
color: hsl(153, 57%, 88%);
border
border: 2px solid hsl(153, 57%, 88%);
gradient light
background: linear-gradient(to right, hsl(153, 57%, 100%), hsl(153, 57%, 88%));
gradient dark
background: linear-gradient(to right, hsl(153, 57%, 88%), hsl(153, 57%, 68%))
hex
background-color: #CFF2E2;
tailwind
bg-[hsl(153,57%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 57%, 88%, 0.4);
css variable
--color-primary: hsl(153, 57%, 88%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 57%, 88%)?
HEX: #CFF2E2 | RGB: rgb(207, 242, 226) | CMYK: 14%, 0%, 7%, 5% | HSV: 153°, 14%, 95%. Copy any format from the conversion table above.
What colors go well with #CFF2E2?
The complementary color is HSL(333, 57%, 88%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 57%, 88%) in CSS?
As HSL: color: hsl(153, 57%, 88%); — As HEX: color: #CFF2E2; — As RGB: color: rgb(207, 242, 226); — Tailwind CSS: bg-[hsl(153,57%,88%)] — CSS variable: --color-primary: hsl(153, 57%, 88%);