HSL(156, 46%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(156,46%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(156, 46%, 52%) | color: hsl(156, 46%, 52%) | |
| HEX | #4CBD90 | color: #4CBD90 | |
| RGB | rgb(76, 189, 144) | color: rgb(76, 189, 144) | |
| CMYK | cmyk(60%, 0%, 24%, 26%) | — | |
| HSV | hsv(156, 60%, 74%) | — | |
| HWB | hwb(156 30% 26%) | color: hwb(156 30% 26%) | |
| OKLCH | oklch(0.7214 0.123 163.89) | color: oklch(0.7214 0.123 163.89) | |
| Lab | lab(69.43 -42.78 13.34) | color: lab(69.43 -42.78 13.34) | |
| LCH | lch(69.43 44.81 162.68) | color: lch(69.43 44.81 162.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)
#7D7E9B — rgb(125, 126, 155)
Deuteranopia (Green-blind)
#766E9E — rgb(118, 110, 158)
Tritanopia (Blue-blind)
#52A3A5 — rgb(82, 163, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(156, 46%, 52%);
text
color: hsl(156, 46%, 52%);
border
border: 2px solid hsl(156, 46%, 52%);
gradient light
background: linear-gradient(to right, hsl(156, 46%, 72%), hsl(156, 46%, 52%));
gradient dark
background: linear-gradient(to right, hsl(156, 46%, 52%), hsl(156, 46%, 32%))
hex
background-color: #4CBD90;
tailwind
bg-[hsl(156,46%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(156, 46%, 52%, 0.4);
css variable
--color-primary: hsl(156, 46%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(156, 46%, 52%)?
HEX: #4CBD90 | RGB: rgb(76, 189, 144) | CMYK: 60%, 0%, 24%, 26% | HSV: 156°, 60%, 74%. Copy any format from the conversion table above.
What colors go well with #4CBD90?
The complementary color is HSL(336, 46%, 52%). For a triadic harmony, use hues 156°, 276°, and 36°. For analogous combinations, try hues 126° and 186°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(156, 46%, 52%) in CSS?
As HSL: color: hsl(156, 46%, 52%); — As HEX: color: #4CBD90; — As RGB: color: rgb(76, 189, 144); — Tailwind CSS: bg-[hsl(156,46%,52%)] — CSS variable: --color-primary: hsl(156, 46%, 52%);