HSL(177, 71%, 54%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,71%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 71%, 54%) | color: hsl(177, 71%, 54%) | |
| HEX | #36DDD5 | color: #36DDD5 | |
| RGB | rgb(54, 221, 213) | color: rgb(54, 221, 213) | |
| CMYK | cmyk(76%, 0%, 4%, 13%) | — | |
| HSV | hsv(177, 76%, 87%) | — | |
| HWB | hwb(177 21% 13%) | color: hwb(177 21% 13%) | |
| OKLCH | oklch(0.8148 0.1305 189.96) | color: oklch(0.8148 0.1305 189.96) | |
| Lab | lab(80.35 -42.53 -8.07) | color: lab(80.35 -42.53 -8.07) | |
| LCH | lch(80.35 43.29 190.74) | color: lch(80.35 43.29 190.74) |
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)
#7E80D7 — rgb(126, 128, 215)
Deuteranopia (Green-blind)
#7568D7 — rgb(117, 104, 215)
Tritanopia (Blue-blind)
#3ED8D9 — rgb(62, 216, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 71%, 54%);
text
color: hsl(177, 71%, 54%);
border
border: 2px solid hsl(177, 71%, 54%);
gradient light
background: linear-gradient(to right, hsl(177, 71%, 74%), hsl(177, 71%, 54%));
gradient dark
background: linear-gradient(to right, hsl(177, 71%, 54%), hsl(177, 71%, 34%))
hex
background-color: #36DDD5;
tailwind
bg-[hsl(177,71%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 71%, 54%, 0.4);
css variable
--color-primary: hsl(177, 71%, 54%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 71%, 54%)?
HEX: #36DDD5 | RGB: rgb(54, 221, 213) | CMYK: 76%, 0%, 4%, 13% | HSV: 177°, 76%, 87%. Copy any format from the conversion table above.
What colors go well with #36DDD5?
The complementary color is HSL(357, 71%, 54%). 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%, 54%) in CSS?
As HSL: color: hsl(177, 71%, 54%); — As HEX: color: #36DDD5; — As RGB: color: rgb(54, 221, 213); — Tailwind CSS: bg-[hsl(177,71%,54%)] — CSS variable: --color-primary: hsl(177, 71%, 54%);