HSL(167, 58%, 72%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,58%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 58%, 72%) | color: hsl(167, 58%, 72%) | |
| HEX | #8EE1CF | color: #8EE1CF | |
| RGB | rgb(142, 225, 207) | color: rgb(142, 225, 207) | |
| CMYK | cmyk(37%, 0%, 8%, 12%) | — | |
| HSV | hsv(167, 37%, 88%) | — | |
| HWB | hwb(167 55% 12%) | color: hwb(167 55% 12%) | |
| OKLCH | oklch(0.8515 0.0853 178.83) | color: oklch(0.8515 0.0853 178.83) | |
| Lab | lab(84.02 -29.28 0.83) | color: lab(84.02 -29.28 0.83) | |
| LCH | lch(84.02 29.29 178.38) | color: lch(84.02 29.29 178.38) |
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)
#B2B3D3 — rgb(178, 179, 211)
Deuteranopia (Green-blind)
#ADA7D4 — rgb(173, 167, 212)
Tritanopia (Blue-blind)
#92D7D8 — rgb(146, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 58%, 72%);
text
color: hsl(167, 58%, 72%);
border
border: 2px solid hsl(167, 58%, 72%);
gradient light
background: linear-gradient(to right, hsl(167, 58%, 92%), hsl(167, 58%, 72%));
gradient dark
background: linear-gradient(to right, hsl(167, 58%, 72%), hsl(167, 58%, 52%))
hex
background-color: #8EE1CF;
tailwind
bg-[hsl(167,58%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 58%, 72%, 0.4);
css variable
--color-primary: hsl(167, 58%, 72%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 58%, 72%)?
HEX: #8EE1CF | RGB: rgb(142, 225, 207) | CMYK: 37%, 0%, 8%, 12% | HSV: 167°, 37%, 88%. Copy any format from the conversion table above.
What colors go well with #8EE1CF?
The complementary color is HSL(347, 58%, 72%). 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, 58%, 72%) in CSS?
As HSL: color: hsl(167, 58%, 72%); — As HEX: color: #8EE1CF; — As RGB: color: rgb(142, 225, 207); — Tailwind CSS: bg-[hsl(167,58%,72%)] — CSS variable: --color-primary: hsl(167, 58%, 72%);