HSL(167, 80%, 47%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(167,80%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(167, 80%, 47%) | color: hsl(167, 80%, 47%) | |
| HEX | #18D8AE | color: #18D8AE | |
| RGB | rgb(24, 216, 174) | color: rgb(24, 216, 174) | |
| CMYK | cmyk(89%, 0%, 19%, 15%) | — | |
| HSV | hsv(167, 89%, 85%) | — | |
| HWB | hwb(167 9% 15%) | color: hwb(167 9% 15%) | |
| OKLCH | oklch(0.7872 0.1501 171.69) | color: oklch(0.7872 0.1501 171.69) | |
| Lab | lab(77.49 -53.11 8.53) | color: lab(77.49 -53.11 8.53) | |
| LCH | lch(77.49 53.79 170.88) | color: lch(77.49 53.79 170.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)
#6B6DB8 — rgb(107, 109, 184)
Deuteranopia (Green-blind)
#6052BB — rgb(96, 82, 187)
Tritanopia (Blue-blind)
#22C0C2 — rgb(34, 192, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(167, 80%, 47%);
text
color: hsl(167, 80%, 47%);
border
border: 2px solid hsl(167, 80%, 47%);
gradient light
background: linear-gradient(to right, hsl(167, 80%, 67%), hsl(167, 80%, 47%));
gradient dark
background: linear-gradient(to right, hsl(167, 80%, 47%), hsl(167, 80%, 27%))
hex
background-color: #18D8AE;
tailwind
bg-[hsl(167,80%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(167, 80%, 47%, 0.4);
css variable
--color-primary: hsl(167, 80%, 47%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(167, 80%, 47%)?
HEX: #18D8AE | RGB: rgb(24, 216, 174) | CMYK: 89%, 0%, 19%, 15% | HSV: 167°, 89%, 85%. Copy any format from the conversion table above.
What colors go well with #18D8AE?
The complementary color is HSL(347, 80%, 47%). 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, 80%, 47%) in CSS?
As HSL: color: hsl(167, 80%, 47%); — As HEX: color: #18D8AE; — As RGB: color: rgb(24, 216, 174); — Tailwind CSS: bg-[hsl(167,80%,47%)] — CSS variable: --color-primary: hsl(167, 80%, 47%);