HSL(152, 74%, 32%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,74%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 74%, 32%) | color: hsl(152, 74%, 32%) | |
| HEX | #158E56 | color: #158E56 | |
| RGB | rgb(21, 142, 86) | color: rgb(21, 142, 86) | |
| CMYK | cmyk(85%, 0%, 39%, 44%) | — | |
| HSV | hsv(152, 85%, 56%) | — | |
| HWB | hwb(152 8% 44%) | color: hwb(152 8% 44%) | |
| OKLCH | oklch(0.5712 0.1319 156.31) | color: oklch(0.5712 0.1319 156.31) | |
| Lab | lab(52.04 -44.81 21.2) | color: lab(52.04 -44.81 21.2) | |
| LCH | lch(52.04 49.57 154.68) | color: lch(52.04 49.57 154.68) |
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)
#494A64 — rgb(73, 74, 100)
Deuteranopia (Green-blind)
#423967 — rgb(66, 57, 103)
Tritanopia (Blue-blind)
#1B6E71 — rgb(27, 110, 113)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 74%, 32%);
text
color: hsl(152, 74%, 32%);
border
border: 2px solid hsl(152, 74%, 32%);
gradient light
background: linear-gradient(to right, hsl(152, 74%, 52%), hsl(152, 74%, 32%));
gradient dark
background: linear-gradient(to right, hsl(152, 74%, 32%), hsl(152, 74%, 12%))
hex
background-color: #158E56;
tailwind
bg-[hsl(152,74%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 74%, 32%, 0.4);
css variable
--color-primary: hsl(152, 74%, 32%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 74%, 32%)?
HEX: #158E56 | RGB: rgb(21, 142, 86) | CMYK: 85%, 0%, 39%, 44% | HSV: 152°, 85%, 56%. Copy any format from the conversion table above.
What colors go well with #158E56?
The complementary color is HSL(332, 74%, 32%). 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, 74%, 32%) in CSS?
As HSL: color: hsl(152, 74%, 32%); — As HEX: color: #158E56; — As RGB: color: rgb(21, 142, 86); — Tailwind CSS: bg-[hsl(152,74%,32%)] — CSS variable: --color-primary: hsl(152, 74%, 32%);