HSL(154, 79%, 54%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(154,79%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(154, 79%, 54%) | color: hsl(154, 79%, 54%) | |
| HEX | #2DE696 | color: #2DE696 | |
| RGB | rgb(45, 230, 150) | color: rgb(45, 230, 150) | |
| CMYK | cmyk(80%, 0%, 35%, 10%) | — | |
| HSV | hsv(154, 80%, 90%) | — | |
| HWB | hwb(154 18% 10%) | color: hwb(154 18% 10%) | |
| OKLCH | oklch(0.819 0.1812 158.24) | color: oklch(0.819 0.1812 158.24) | |
| Lab | lab(81.48 -62.21 26.69) | color: lab(81.48 -62.21 26.69) | |
| LCH | lch(81.48 67.69 156.78) | color: lch(81.48 67.69 156.78) |
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)
#7D7FA9 — rgb(125, 127, 169)
Deuteranopia (Green-blind)
#7265AE — rgb(114, 101, 174)
Tritanopia (Blue-blind)
#36B9BC — rgb(54, 185, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(154, 79%, 54%);
text
color: hsl(154, 79%, 54%);
border
border: 2px solid hsl(154, 79%, 54%);
gradient light
background: linear-gradient(to right, hsl(154, 79%, 74%), hsl(154, 79%, 54%));
gradient dark
background: linear-gradient(to right, hsl(154, 79%, 54%), hsl(154, 79%, 34%))
hex
background-color: #2DE696;
tailwind
bg-[hsl(154,79%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(154, 79%, 54%, 0.4);
css variable
--color-primary: hsl(154, 79%, 54%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(154, 79%, 54%)?
HEX: #2DE696 | RGB: rgb(45, 230, 150) | CMYK: 80%, 0%, 35%, 10% | HSV: 154°, 80%, 90%. Copy any format from the conversion table above.
What colors go well with #2DE696?
The complementary color is HSL(334, 79%, 54%). For a triadic harmony, use hues 154°, 274°, and 34°. For analogous combinations, try hues 124° and 184°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(154, 79%, 54%) in CSS?
As HSL: color: hsl(154, 79%, 54%); — As HEX: color: #2DE696; — As RGB: color: rgb(45, 230, 150); — Tailwind CSS: bg-[hsl(154,79%,54%)] — CSS variable: --color-primary: hsl(154, 79%, 54%);