HSL(152, 95%, 40%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,95%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 95%, 40%) | color: hsl(152, 95%, 40%) | |
| HEX | #05C76C | color: #05C76C | |
| RGB | rgb(5, 199, 108) | color: rgb(5, 199, 108) | |
| CMYK | cmyk(97%, 0%, 46%, 22%) | — | |
| HSV | hsv(152, 97%, 78%) | — | |
| HWB | hwb(152 2% 22%) | color: hwb(152 2% 22%) | |
| OKLCH | oklch(0.7278 0.1858 153.22) | color: oklch(0.7278 0.1858 153.22) | |
| Lab | lab(70.84 -61.89 34.06) | color: lab(70.84 -61.89 34.06) | |
| LCH | lch(70.84 70.64 151.17) | color: lch(70.84 70.64 151.17) |
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)
#595B82 — rgb(89, 91, 130)
Deuteranopia (Green-blind)
#4E3F87 — rgb(78, 63, 135)
Tritanopia (Blue-blind)
#0F9397 — rgb(15, 147, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 95%, 40%);
text
color: hsl(152, 95%, 40%);
border
border: 2px solid hsl(152, 95%, 40%);
gradient light
background: linear-gradient(to right, hsl(152, 95%, 60%), hsl(152, 95%, 40%));
gradient dark
background: linear-gradient(to right, hsl(152, 95%, 40%), hsl(152, 95%, 20%))
hex
background-color: #05C76C;
tailwind
bg-[hsl(152,95%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 95%, 40%, 0.4);
css variable
--color-primary: hsl(152, 95%, 40%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 95%, 40%)?
HEX: #05C76C | RGB: rgb(5, 199, 108) | CMYK: 97%, 0%, 46%, 22% | HSV: 152°, 97%, 78%. Copy any format from the conversion table above.
What colors go well with #05C76C?
The complementary color is HSL(332, 95%, 40%). 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, 95%, 40%) in CSS?
As HSL: color: hsl(152, 95%, 40%); — As HEX: color: #05C76C; — As RGB: color: rgb(5, 199, 108); — Tailwind CSS: bg-[hsl(152,95%,40%)] — CSS variable: --color-primary: hsl(152, 95%, 40%);