HSL(152, 77%, 45%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,77%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 77%, 45%) | color: hsl(152, 77%, 45%) | |
| HEX | #1ACB79 | color: #1ACB79 | |
| RGB | rgb(26, 203, 121) | color: rgb(26, 203, 121) | |
| CMYK | cmyk(87%, 0%, 40%, 20%) | — | |
| HSV | hsv(152, 87%, 80%) | — | |
| HWB | hwb(152 10% 20%) | color: hwb(152 10% 20%) | |
| OKLCH | oklch(0.742 0.1769 155.48) | color: oklch(0.742 0.1769 155.48) | |
| Lab | lab(72.43 -59.84 29.5) | color: lab(72.43 -59.84 29.5) | |
| LCH | lch(72.43 66.72 153.76) | color: lch(72.43 66.72 153.76) |
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)
#67688D — rgb(103, 104, 141)
Deuteranopia (Green-blind)
#5C4F92 — rgb(92, 79, 146)
Tritanopia (Blue-blind)
#239DA0 — rgb(35, 157, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 77%, 45%);
text
color: hsl(152, 77%, 45%);
border
border: 2px solid hsl(152, 77%, 45%);
gradient light
background: linear-gradient(to right, hsl(152, 77%, 65%), hsl(152, 77%, 45%));
gradient dark
background: linear-gradient(to right, hsl(152, 77%, 45%), hsl(152, 77%, 25%))
hex
background-color: #1ACB79;
tailwind
bg-[hsl(152,77%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 77%, 45%, 0.4);
css variable
--color-primary: hsl(152, 77%, 45%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 77%, 45%)?
HEX: #1ACB79 | RGB: rgb(26, 203, 121) | CMYK: 87%, 0%, 40%, 20% | HSV: 152°, 87%, 80%. Copy any format from the conversion table above.
What colors go well with #1ACB79?
The complementary color is HSL(332, 77%, 45%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 77%, 45%) in CSS?
As HSL: color: hsl(152, 77%, 45%); — As HEX: color: #1ACB79; — As RGB: color: rgb(26, 203, 121); — Tailwind CSS: bg-[hsl(152,77%,45%)] — CSS variable: --color-primary: hsl(152, 77%, 45%);