HSL(153, 50%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,50%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 50%, 52%) | color: hsl(153, 50%, 52%) | |
| HEX | #47C28B | color: #47C28B | |
| RGB | rgb(71, 194, 139) | color: rgb(71, 194, 139) | |
| CMYK | cmyk(63%, 0%, 28%, 24%) | — | |
| HSV | hsv(153, 63%, 76%) | — | |
| HWB | hwb(153 28% 24%) | color: hwb(153 28% 24%) | |
| OKLCH | oklch(0.7312 0.1363 160.56) | color: oklch(0.7312 0.1363 160.56) | |
| Lab | lab(70.72 -46.96 17.83) | color: lab(70.72 -46.96 17.83) | |
| LCH | lch(70.72 50.23 159.21) | color: lch(70.72 50.23 159.21) |
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)
#7C7D98 — rgb(124, 125, 152)
Deuteranopia (Green-blind)
#756C9C — rgb(117, 108, 156)
Tritanopia (Blue-blind)
#4DA3A5 — rgb(77, 163, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 50%, 52%);
text
color: hsl(153, 50%, 52%);
border
border: 2px solid hsl(153, 50%, 52%);
gradient light
background: linear-gradient(to right, hsl(153, 50%, 72%), hsl(153, 50%, 52%));
gradient dark
background: linear-gradient(to right, hsl(153, 50%, 52%), hsl(153, 50%, 32%))
hex
background-color: #47C28B;
tailwind
bg-[hsl(153,50%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 50%, 52%, 0.4);
css variable
--color-primary: hsl(153, 50%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 50%, 52%)?
HEX: #47C28B | RGB: rgb(71, 194, 139) | CMYK: 63%, 0%, 28%, 24% | HSV: 153°, 63%, 76%. Copy any format from the conversion table above.
What colors go well with #47C28B?
The complementary color is HSL(333, 50%, 52%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 50%, 52%) in CSS?
As HSL: color: hsl(153, 50%, 52%); — As HEX: color: #47C28B; — As RGB: color: rgb(71, 194, 139); — Tailwind CSS: bg-[hsl(153,50%,52%)] — CSS variable: --color-primary: hsl(153, 50%, 52%);