HSL(152, 80%, 51%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,80%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 80%, 51%) | color: hsl(152, 80%, 51%) | |
| HEX | #1EE689 | color: #1EE689 | |
| RGB | rgb(30, 230, 137) | color: rgb(30, 230, 137) | |
| CMYK | cmyk(87%, 0%, 40%, 10%) | — | |
| HSV | hsv(152, 87%, 90%) | — | |
| HWB | hwb(152 12% 10%) | color: hwb(152 12% 10%) | |
| OKLCH | oklch(0.8148 0.1951 155.31) | color: oklch(0.8148 0.1951 155.31) | |
| Lab | lab(81.11 -65.94 32.78) | color: lab(81.11 -65.94 32.78) | |
| LCH | lch(81.11 73.64 153.57) | color: lch(81.11 73.64 153.57) |
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)
#7576A0 — rgb(117, 118, 160)
Deuteranopia (Green-blind)
#695AA5 — rgb(105, 90, 165)
Tritanopia (Blue-blind)
#28B1B5 — rgb(40, 177, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 80%, 51%);
text
color: hsl(152, 80%, 51%);
border
border: 2px solid hsl(152, 80%, 51%);
gradient light
background: linear-gradient(to right, hsl(152, 80%, 71%), hsl(152, 80%, 51%));
gradient dark
background: linear-gradient(to right, hsl(152, 80%, 51%), hsl(152, 80%, 31%))
hex
background-color: #1EE689;
tailwind
bg-[hsl(152,80%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 80%, 51%, 0.4);
css variable
--color-primary: hsl(152, 80%, 51%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 80%, 51%)?
HEX: #1EE689 | RGB: rgb(30, 230, 137) | CMYK: 87%, 0%, 40%, 10% | HSV: 152°, 87%, 90%. Copy any format from the conversion table above.
What colors go well with #1EE689?
The complementary color is HSL(332, 80%, 51%). 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, 80%, 51%) in CSS?
As HSL: color: hsl(152, 80%, 51%); — As HEX: color: #1EE689; — As RGB: color: rgb(30, 230, 137); — Tailwind CSS: bg-[hsl(152,80%,51%)] — CSS variable: --color-primary: hsl(152, 80%, 51%);