HSL(151, 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(151,57%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 57%, 88%) | color: hsl(151, 57%, 88%) | |
| HEX | #CFF2E1 | color: #CFF2E1 | |
| RGB | rgb(207, 242, 225) | color: rgb(207, 242, 225) | |
| CMYK | cmyk(14%, 0%, 7%, 5%) | — | |
| HSV | hsv(151, 14%, 95%) | — | |
| HWB | hwb(151 82% 5%) | color: hwb(151 82% 5%) | |
| OKLCH | oklch(0.9314 0.043 164.6) | color: oklch(0.9314 0.043 164.6) | |
| Lab | lab(92.66 -14.56 4.4) | color: lab(92.66 -14.56 4.4) | |
| LCH | lch(92.66 15.21 163.19) | color: lch(92.66 15.21 163.19) |
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)
#DCDAE6 — rgb(220, 218, 230)
Tritanopia (Blue-blind)
#D1E8E9 — rgb(209, 232, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 57%, 88%);
text
color: hsl(151, 57%, 88%);
border
border: 2px solid hsl(151, 57%, 88%);
gradient light
background: linear-gradient(to right, hsl(151, 57%, 100%), hsl(151, 57%, 88%));
gradient dark
background: linear-gradient(to right, hsl(151, 57%, 88%), hsl(151, 57%, 68%))
hex
background-color: #CFF2E1;
tailwind
bg-[hsl(151,57%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 57%, 88%, 0.4);
css variable
--color-primary: hsl(151, 57%, 88%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 57%, 88%)?
HEX: #CFF2E1 | RGB: rgb(207, 242, 225) | CMYK: 14%, 0%, 7%, 5% | HSV: 151°, 14%, 95%. Copy any format from the conversion table above.
What colors go well with #CFF2E1?
The complementary color is HSL(331, 57%, 88%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 57%, 88%) in CSS?
As HSL: color: hsl(151, 57%, 88%); — As HEX: color: #CFF2E1; — As RGB: color: rgb(207, 242, 225); — Tailwind CSS: bg-[hsl(151,57%,88%)] — CSS variable: --color-primary: hsl(151, 57%, 88%);