HSL(150, 80%, 41%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(150,80%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(150, 80%, 41%) | color: hsl(150, 80%, 41%) | |
| HEX | #15BC69 | color: #15BC69 | |
| RGB | rgb(21, 188, 105) | color: rgb(21, 188, 105) | |
| CMYK | cmyk(89%, 0%, 44%, 26%) | — | |
| HSV | hsv(150, 89%, 74%) | — | |
| HWB | hwb(150 8% 26%) | color: hwb(150 8% 26%) | |
| OKLCH | oklch(0.6993 0.1734 153.67) | color: oklch(0.6993 0.1734 153.67) | |
| Lab | lab(67.38 -57.91 31.16) | color: lab(67.38 -57.91 31.16) | |
| LCH | lch(67.38 65.76 151.72) | color: lch(67.38 65.76 151.72) |
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)
#5D5F7D — rgb(93, 95, 125)
Deuteranopia (Green-blind)
#544782 — rgb(84, 71, 130)
Tritanopia (Blue-blind)
#1D8D90 — rgb(29, 141, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(150, 80%, 41%);
text
color: hsl(150, 80%, 41%);
border
border: 2px solid hsl(150, 80%, 41%);
gradient light
background: linear-gradient(to right, hsl(150, 80%, 61%), hsl(150, 80%, 41%));
gradient dark
background: linear-gradient(to right, hsl(150, 80%, 41%), hsl(150, 80%, 21%))
hex
background-color: #15BC69;
tailwind
bg-[hsl(150,80%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(150, 80%, 41%, 0.4);
css variable
--color-primary: hsl(150, 80%, 41%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(150, 80%, 41%)?
HEX: #15BC69 | RGB: rgb(21, 188, 105) | CMYK: 89%, 0%, 44%, 26% | HSV: 150°, 89%, 74%. Copy any format from the conversion table above.
What colors go well with #15BC69?
The complementary color is HSL(330, 80%, 41%). For a triadic harmony, use hues 150°, 270°, and 30°. For analogous combinations, try hues 120° and 180°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(150, 80%, 41%) in CSS?
As HSL: color: hsl(150, 80%, 41%); — As HEX: color: #15BC69; — As RGB: color: rgb(21, 188, 105); — Tailwind CSS: bg-[hsl(150,80%,41%)] — CSS variable: --color-primary: hsl(150, 80%, 41%);