HSL(177, 90%, 54%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,90%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 90%, 54%) | color: hsl(177, 90%, 54%) | |
| HEX | #20F3E9 | color: #20F3E9 | |
| RGB | rgb(32, 243, 233) | color: rgb(32, 243, 233) | |
| CMYK | cmyk(87%, 0%, 4%, 5%) | — | |
| HSV | hsv(177, 87%, 95%) | — | |
| HWB | hwb(177 12% 5%) | color: hwb(177 12% 5%) | |
| OKLCH | oklch(0.8713 0.1472 189.41) | color: oklch(0.8713 0.1472 189.41) | |
| Lab | lab(87.14 -48.2 -8.58) | color: lab(87.14 -48.2 -8.58) | |
| LCH | lch(87.14 48.96 190.09) | color: lch(87.14 48.96 190.09) |
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)
#7B7DEB — rgb(123, 125, 235)
Deuteranopia (Green-blind)
#6F5FEC — rgb(111, 95, 236)
Tritanopia (Blue-blind)
#2BEDEE — rgb(43, 237, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 90%, 54%);
text
color: hsl(177, 90%, 54%);
border
border: 2px solid hsl(177, 90%, 54%);
gradient light
background: linear-gradient(to right, hsl(177, 90%, 74%), hsl(177, 90%, 54%));
gradient dark
background: linear-gradient(to right, hsl(177, 90%, 54%), hsl(177, 90%, 34%))
hex
background-color: #20F3E9;
tailwind
bg-[hsl(177,90%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 90%, 54%, 0.4);
css variable
--color-primary: hsl(177, 90%, 54%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 90%, 54%)?
HEX: #20F3E9 | RGB: rgb(32, 243, 233) | CMYK: 87%, 0%, 4%, 5% | HSV: 177°, 87%, 95%. Copy any format from the conversion table above.
What colors go well with #20F3E9?
The complementary color is HSL(357, 90%, 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, 90%, 54%) in CSS?
As HSL: color: hsl(177, 90%, 54%); — As HEX: color: #20F3E9; — As RGB: color: rgb(32, 243, 233); — Tailwind CSS: bg-[hsl(177,90%,54%)] — CSS variable: --color-primary: hsl(177, 90%, 54%);