HSL(160, 74%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(160,74%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 74%, 52%) | color: hsl(160, 74%, 52%) | |
| HEX | #2ADFA3 | color: #2ADFA3 | |
| RGB | rgb(42, 223, 163) | color: rgb(42, 223, 163) | |
| CMYK | cmyk(81%, 0%, 27%, 13%) | — | |
| HSV | hsv(160, 81%, 87%) | — | |
| HWB | hwb(160 17% 13%) | color: hwb(160 17% 13%) | |
| OKLCH | oklch(0.8039 0.1626 164.28) | color: oklch(0.8039 0.1626 164.28) | |
| Lab | lab(79.56 -57.14 17.3) | color: lab(79.56 -57.14 17.3) | |
| LCH | lch(79.56 59.7 163.16) | color: lch(79.56 59.7 163.16) |
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)
#787AB2 — rgb(120, 122, 178)
Deuteranopia (Green-blind)
#6E60B5 — rgb(110, 96, 181)
Tritanopia (Blue-blind)
#33BDC0 — rgb(51, 189, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 74%, 52%);
text
color: hsl(160, 74%, 52%);
border
border: 2px solid hsl(160, 74%, 52%);
gradient light
background: linear-gradient(to right, hsl(160, 74%, 72%), hsl(160, 74%, 52%));
gradient dark
background: linear-gradient(to right, hsl(160, 74%, 52%), hsl(160, 74%, 32%))
hex
background-color: #2ADFA3;
tailwind
bg-[hsl(160,74%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 74%, 52%, 0.4);
css variable
--color-primary: hsl(160, 74%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(160, 74%, 52%)?
HEX: #2ADFA3 | RGB: rgb(42, 223, 163) | CMYK: 81%, 0%, 27%, 13% | HSV: 160°, 81%, 87%. Copy any format from the conversion table above.
What colors go well with #2ADFA3?
The complementary color is HSL(340, 74%, 52%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 74%, 52%) in CSS?
As HSL: color: hsl(160, 74%, 52%); — As HEX: color: #2ADFA3; — As RGB: color: rgb(42, 223, 163); — Tailwind CSS: bg-[hsl(160,74%,52%)] — CSS variable: --color-primary: hsl(160, 74%, 52%);