HSL(153, 77%, 60%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,77%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 77%, 60%) | color: hsl(153, 77%, 60%) | |
| HEX | #4AE8A1 | color: #4AE8A1 | |
| RGB | rgb(74, 232, 161) | color: rgb(74, 232, 161) | |
| CMYK | cmyk(68%, 0%, 31%, 9%) | — | |
| HSV | hsv(153, 68%, 91%) | — | |
| HWB | hwb(153 29% 9%) | color: hwb(153 29% 9%) | |
| OKLCH | oklch(0.8317 0.1658 159.55) | color: oklch(0.8317 0.1658 159.55) | |
| Lab | lab(82.77 -57.05 22.86) | color: lab(82.77 -57.05 22.86) | |
| LCH | lch(82.77 61.46 158.16) | color: lch(82.77 61.46 158.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)
#8E90B2 — rgb(142, 144, 178)
Deuteranopia (Green-blind)
#8579B6 — rgb(133, 121, 182)
Tritanopia (Blue-blind)
#52C0C3 — rgb(82, 192, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 77%, 60%);
text
color: hsl(153, 77%, 60%);
border
border: 2px solid hsl(153, 77%, 60%);
gradient light
background: linear-gradient(to right, hsl(153, 77%, 80%), hsl(153, 77%, 60%));
gradient dark
background: linear-gradient(to right, hsl(153, 77%, 60%), hsl(153, 77%, 40%))
hex
background-color: #4AE8A1;
tailwind
bg-[hsl(153,77%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 77%, 60%, 0.4);
css variable
--color-primary: hsl(153, 77%, 60%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 77%, 60%)?
HEX: #4AE8A1 | RGB: rgb(74, 232, 161) | CMYK: 68%, 0%, 31%, 9% | HSV: 153°, 68%, 91%. Copy any format from the conversion table above.
What colors go well with #4AE8A1?
The complementary color is HSL(333, 77%, 60%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 77%, 60%) in CSS?
As HSL: color: hsl(153, 77%, 60%); — As HEX: color: #4AE8A1; — As RGB: color: rgb(74, 232, 161); — Tailwind CSS: bg-[hsl(153,77%,60%)] — CSS variable: --color-primary: hsl(153, 77%, 60%);