HSL(152, 38%, 47%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,38%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 38%, 47%) | color: hsl(152, 38%, 47%) | |
| HEX | #4AA57B | color: #4AA57B | |
| RGB | rgb(74, 165, 123) | color: rgb(74, 165, 123) | |
| CMYK | cmyk(55%, 0%, 25%, 35%) | — | |
| HSV | hsv(152, 55%, 65%) | — | |
| HWB | hwb(152 29% 35%) | color: hwb(152 29% 35%) | |
| OKLCH | oklch(0.6548 0.1085 161.15) | color: oklch(0.6548 0.1085 161.15) | |
| Lab | lab(61.48 -37.29 13.71) | color: lab(61.48 -37.29 13.71) | |
| LCH | lch(61.48 39.73 159.81) | color: lch(61.48 39.73 159.81) |
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)
#717285 — rgb(113, 114, 133)
Deuteranopia (Green-blind)
#6C6588 — rgb(108, 101, 136)
Tritanopia (Blue-blind)
#4F8D8F — rgb(79, 141, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 38%, 47%);
text
color: hsl(152, 38%, 47%);
border
border: 2px solid hsl(152, 38%, 47%);
gradient light
background: linear-gradient(to right, hsl(152, 38%, 67%), hsl(152, 38%, 47%));
gradient dark
background: linear-gradient(to right, hsl(152, 38%, 47%), hsl(152, 38%, 27%))
hex
background-color: #4AA57B;
tailwind
bg-[hsl(152,38%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 38%, 47%, 0.4);
css variable
--color-primary: hsl(152, 38%, 47%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 38%, 47%)?
HEX: #4AA57B | RGB: rgb(74, 165, 123) | CMYK: 55%, 0%, 25%, 35% | HSV: 152°, 55%, 65%. Copy any format from the conversion table above.
What colors go well with #4AA57B?
The complementary color is HSL(332, 38%, 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, 38%, 47%) in CSS?
As HSL: color: hsl(152, 38%, 47%); — As HEX: color: #4AA57B; — As RGB: color: rgb(74, 165, 123); — Tailwind CSS: bg-[hsl(152,38%,47%)] — CSS variable: --color-primary: hsl(152, 38%, 47%);