HSL(154, 75%, 44%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(154,75%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(154, 75%, 44%) | color: hsl(154, 75%, 44%) | |
| HEX | #1CC47B | color: #1CC47B | |
| RGB | rgb(28, 196, 123) | color: rgb(28, 196, 123) | |
| CMYK | cmyk(86%, 0%, 37%, 23%) | — | |
| HSV | hsv(154, 86%, 77%) | — | |
| HWB | hwb(154 11% 23%) | color: hwb(154 11% 23%) | |
| OKLCH | oklch(0.7244 0.1661 157.27) | color: oklch(0.7244 0.1661 157.27) | |
| Lab | lab(70.28 -56.8 25.61) | color: lab(70.28 -56.8 25.61) | |
| LCH | lch(70.28 62.31 155.73) | color: lch(70.28 62.31 155.73) |
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)
#65668D — rgb(101, 102, 141)
Deuteranopia (Green-blind)
#5B4E91 — rgb(91, 78, 145)
Tritanopia (Blue-blind)
#249B9E — rgb(36, 155, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(154, 75%, 44%);
text
color: hsl(154, 75%, 44%);
border
border: 2px solid hsl(154, 75%, 44%);
gradient light
background: linear-gradient(to right, hsl(154, 75%, 64%), hsl(154, 75%, 44%));
gradient dark
background: linear-gradient(to right, hsl(154, 75%, 44%), hsl(154, 75%, 24%))
hex
background-color: #1CC47B;
tailwind
bg-[hsl(154,75%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(154, 75%, 44%, 0.4);
css variable
--color-primary: hsl(154, 75%, 44%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(154, 75%, 44%)?
HEX: #1CC47B | RGB: rgb(28, 196, 123) | CMYK: 86%, 0%, 37%, 23% | HSV: 154°, 86%, 77%. Copy any format from the conversion table above.
What colors go well with #1CC47B?
The complementary color is HSL(334, 75%, 44%). 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, 75%, 44%) in CSS?
As HSL: color: hsl(154, 75%, 44%); — As HEX: color: #1CC47B; — As RGB: color: rgb(28, 196, 123); — Tailwind CSS: bg-[hsl(154,75%,44%)] — CSS variable: --color-primary: hsl(154, 75%, 44%);