HSL(167, 72%, 89%)
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(167,72%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 72%, 89%) | color: hsl(167, 72%, 89%) | |
| HEX | #CFF7EE | color: #CFF7EE | |
| RGB | rgb(207, 247, 238) | color: rgb(207, 247, 238) | |
| CMYK | cmyk(16%, 0%, 4%, 3%) | — | |
| HSV | hsv(167, 16%, 97%) | — | |
| HWB | hwb(167 81% 3%) | color: hwb(167 81% 3%) | |
| OKLCH | oklch(0.9454 0.0429 180.18) | color: oklch(0.9454 0.0429 180.18) | |
| Lab | lab(94.29 -14.56 0.03) | color: lab(94.29 -14.56 0.03) | |
| LCH | lch(94.29 14.56 179.88) | color: lch(94.29 14.56 179.88) |
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)
#E0E1F0 — rgb(224, 225, 240)
Deuteranopia (Green-blind)
#DEDBF1 — rgb(222, 219, 241)
Tritanopia (Blue-blind)
#D1F2F2 — rgb(209, 242, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 72%, 89%);
text
color: hsl(167, 72%, 89%);
border
border: 2px solid hsl(167, 72%, 89%);
gradient light
background: linear-gradient(to right, hsl(167, 72%, 100%), hsl(167, 72%, 89%));
gradient dark
background: linear-gradient(to right, hsl(167, 72%, 89%), hsl(167, 72%, 69%))
hex
background-color: #CFF7EE;
tailwind
bg-[hsl(167,72%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 72%, 89%, 0.4);
css variable
--color-primary: hsl(167, 72%, 89%);
Related Colors
Use Cases for Very Light Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 72%, 89%)?
HEX: #CFF7EE | RGB: rgb(207, 247, 238) | CMYK: 16%, 0%, 4%, 3% | HSV: 167°, 16%, 97%. Copy any format from the conversion table above.
What colors go well with #CFF7EE?
The complementary color is HSL(347, 72%, 89%). For a triadic harmony, use hues 167°, 287°, and 47°. For analogous combinations, try hues 137° and 197°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(167, 72%, 89%) in CSS?
As HSL: color: hsl(167, 72%, 89%); — As HEX: color: #CFF7EE; — As RGB: color: rgb(207, 247, 238); — Tailwind CSS: bg-[hsl(167,72%,89%)] — CSS variable: --color-primary: hsl(167, 72%, 89%);