HSL(171, 65%, 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(171,65%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 65%, 88%) | color: hsl(171, 65%, 88%) | |
| HEX | #CDF4EE | color: #CDF4EE | |
| RGB | rgb(205, 244, 238) | color: rgb(205, 244, 238) | |
| CMYK | cmyk(16%, 0%, 2%, 4%) | — | |
| HSV | hsv(171, 16%, 96%) | — | |
| HWB | hwb(171 81% 4%) | color: hwb(171 81% 4%) | |
| OKLCH | oklch(0.9379 0.0411 185.17) | color: oklch(0.9379 0.0411 185.17) | |
| Lab | lab(93.39 -13.69 -1.31) | color: lab(93.39 -13.69 -1.31) | |
| LCH | lch(93.39 13.75 185.47) | color: lch(93.39 13.75 185.47) |
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)
#DEDEEF — rgb(222, 222, 239)
Deuteranopia (Green-blind)
#DCD9F0 — rgb(220, 217, 240)
Tritanopia (Blue-blind)
#CFF1F1 — rgb(207, 241, 241)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 65%, 88%);
text
color: hsl(171, 65%, 88%);
border
border: 2px solid hsl(171, 65%, 88%);
gradient light
background: linear-gradient(to right, hsl(171, 65%, 100%), hsl(171, 65%, 88%));
gradient dark
background: linear-gradient(to right, hsl(171, 65%, 88%), hsl(171, 65%, 68%))
hex
background-color: #CDF4EE;
tailwind
bg-[hsl(171,65%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 65%, 88%, 0.4);
css variable
--color-primary: hsl(171, 65%, 88%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 65%, 88%)?
HEX: #CDF4EE | RGB: rgb(205, 244, 238) | CMYK: 16%, 0%, 2%, 4% | HSV: 171°, 16%, 96%. Copy any format from the conversion table above.
What colors go well with #CDF4EE?
The complementary color is HSL(351, 65%, 88%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 65%, 88%) in CSS?
As HSL: color: hsl(171, 65%, 88%); — As HEX: color: #CDF4EE; — As RGB: color: rgb(205, 244, 238); — Tailwind CSS: bg-[hsl(171,65%,88%)] — CSS variable: --color-primary: hsl(171, 65%, 88%);