HSL(177, 71%, 28%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,71%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 71%, 28%) | color: hsl(177, 71%, 28%) | |
| HEX | #157A75 | color: #157A75 | |
| RGB | rgb(21, 122, 117) | color: rgb(21, 122, 117) | |
| CMYK | cmyk(83%, 0%, 4%, 52%) | — | |
| HSV | hsv(177, 83%, 48%) | — | |
| HWB | hwb(177 8% 52%) | color: hwb(177 8% 52%) | |
| OKLCH | oklch(0.5252 0.0858 189.62) | color: oklch(0.5252 0.0858 189.62) | |
| Lab | lab(46.13 -28.04 -5.12) | color: lab(46.13 -28.04 -5.12) | |
| LCH | lch(46.13 28.5 190.35) | color: lch(46.13 28.5 190.35) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#414276 — rgb(65, 66, 118)
Deuteranopia (Green-blind)
#3B3377 — rgb(59, 51, 119)
Tritanopia (Blue-blind)
#1A7777 — rgb(26, 119, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 71%, 28%);
text
color: hsl(177, 71%, 28%);
border
border: 2px solid hsl(177, 71%, 28%);
gradient light
background: linear-gradient(to right, hsl(177, 71%, 48%), hsl(177, 71%, 28%));
gradient dark
background: linear-gradient(to right, hsl(177, 71%, 28%), hsl(177, 71%, 8%))
hex
background-color: #157A75;
tailwind
bg-[hsl(177,71%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 71%, 28%, 0.4);
css variable
--color-primary: hsl(177, 71%, 28%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 71%, 28%)?
HEX: #157A75 | RGB: rgb(21, 122, 117) | CMYK: 83%, 0%, 4%, 52% | HSV: 177°, 83%, 48%. Copy any format from the conversion table above.
What colors go well with #157A75?
The complementary color is HSL(357, 71%, 28%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 71%, 28%) in CSS?
As HSL: color: hsl(177, 71%, 28%); — As HEX: color: #157A75; — As RGB: color: rgb(21, 122, 117); — Tailwind CSS: bg-[hsl(177,71%,28%)] — CSS variable: --color-primary: hsl(177, 71%, 28%);