HSL(157, 68%, 49%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(157,68%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(157, 68%, 49%) | color: hsl(157, 68%, 49%) | |
| HEX | #28D291 | color: #28D291 | |
| RGB | rgb(40, 210, 145) | color: rgb(40, 210, 145) | |
| CMYK | cmyk(81%, 0%, 31%, 18%) | — | |
| HSV | hsv(157, 81%, 82%) | — | |
| HWB | hwb(157 16% 18%) | color: hwb(157 16% 18%) | |
| OKLCH | oklch(0.7667 0.162 161.09) | color: oklch(0.7667 0.162 161.09) | |
| Lab | lab(75.19 -56.35 20.71) | color: lab(75.19 -56.35 20.71) | |
| LCH | lch(75.19 60.04 159.82) | color: lch(75.19 60.04 159.82) |
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)
#7273A1 — rgb(114, 115, 161)
Deuteranopia (Green-blind)
#685BA5 — rgb(104, 91, 165)
Tritanopia (Blue-blind)
#31ADB0 — rgb(49, 173, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(157, 68%, 49%);
text
color: hsl(157, 68%, 49%);
border
border: 2px solid hsl(157, 68%, 49%);
gradient light
background: linear-gradient(to right, hsl(157, 68%, 69%), hsl(157, 68%, 49%));
gradient dark
background: linear-gradient(to right, hsl(157, 68%, 49%), hsl(157, 68%, 29%))
hex
background-color: #28D291;
tailwind
bg-[hsl(157,68%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(157, 68%, 49%, 0.4);
css variable
--color-primary: hsl(157, 68%, 49%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(157, 68%, 49%)?
HEX: #28D291 | RGB: rgb(40, 210, 145) | CMYK: 81%, 0%, 31%, 18% | HSV: 157°, 81%, 82%. Copy any format from the conversion table above.
What colors go well with #28D291?
The complementary color is HSL(337, 68%, 49%). For a triadic harmony, use hues 157°, 277°, and 37°. For analogous combinations, try hues 127° and 187°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(157, 68%, 49%) in CSS?
As HSL: color: hsl(157, 68%, 49%); — As HEX: color: #28D291; — As RGB: color: rgb(40, 210, 145); — Tailwind CSS: bg-[hsl(157,68%,49%)] — CSS variable: --color-primary: hsl(157, 68%, 49%);