HSL(152, 64%, 47%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,64%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 64%, 47%) | color: hsl(152, 64%, 47%) | |
| HEX | #2BC57D | color: #2BC57D | |
| RGB | rgb(43, 197, 125) | color: rgb(43, 197, 125) | |
| CMYK | cmyk(78%, 0%, 37%, 23%) | — | |
| HSV | hsv(152, 78%, 77%) | — | |
| HWB | hwb(152 17% 23%) | color: hwb(152 17% 23%) | |
| OKLCH | oklch(0.7295 0.1623 156.98) | color: oklch(0.7295 0.1623 156.98) | |
| Lab | lab(70.82 -55.31 25.3) | color: lab(70.82 -55.31 25.3) | |
| LCH | lch(70.82 60.82 155.42) | color: lch(70.82 60.82 155.42) |
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)
#6E6F8E — rgb(110, 111, 142)
Deuteranopia (Green-blind)
#655993 — rgb(101, 89, 147)
Tritanopia (Blue-blind)
#339C9F — rgb(51, 156, 159)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 64%, 47%);
text
color: hsl(152, 64%, 47%);
border
border: 2px solid hsl(152, 64%, 47%);
gradient light
background: linear-gradient(to right, hsl(152, 64%, 67%), hsl(152, 64%, 47%));
gradient dark
background: linear-gradient(to right, hsl(152, 64%, 47%), hsl(152, 64%, 27%))
hex
background-color: #2BC57D;
tailwind
bg-[hsl(152,64%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 64%, 47%, 0.4);
css variable
--color-primary: hsl(152, 64%, 47%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 64%, 47%)?
HEX: #2BC57D | RGB: rgb(43, 197, 125) | CMYK: 78%, 0%, 37%, 23% | HSV: 152°, 78%, 77%. Copy any format from the conversion table above.
What colors go well with #2BC57D?
The complementary color is HSL(332, 64%, 47%). 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, 64%, 47%) in CSS?
As HSL: color: hsl(152, 64%, 47%); — As HEX: color: #2BC57D; — As RGB: color: rgb(43, 197, 125); — Tailwind CSS: bg-[hsl(152,64%,47%)] — CSS variable: --color-primary: hsl(152, 64%, 47%);