HSL(172, 81%, 53%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(172,81%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 81%, 53%) | color: hsl(172, 81%, 53%) | |
| HEX | #26E8CE | color: #26E8CE | |
| RGB | rgb(38, 232, 206) | color: rgb(38, 232, 206) | |
| CMYK | cmyk(84%, 0%, 11%, 9%) | — | |
| HSV | hsv(172, 84%, 91%) | — | |
| HWB | hwb(172 15% 9%) | color: hwb(172 15% 9%) | |
| OKLCH | oklch(0.8371 0.1461 180.48) | color: oklch(0.8371 0.1461 180.48) | |
| Lab | lab(83.22 -50.52 -0.15) | color: lab(83.22 -50.52 -0.15) | |
| LCH | lch(83.22 50.52 180.17) | color: lch(83.22 50.52 180.17) |
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)
#7A7CD4 — rgb(122, 124, 212)
Deuteranopia (Green-blind)
#6F60D6 — rgb(111, 96, 214)
Tritanopia (Blue-blind)
#30D9DA — rgb(48, 217, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 81%, 53%);
text
color: hsl(172, 81%, 53%);
border
border: 2px solid hsl(172, 81%, 53%);
gradient light
background: linear-gradient(to right, hsl(172, 81%, 73%), hsl(172, 81%, 53%));
gradient dark
background: linear-gradient(to right, hsl(172, 81%, 53%), hsl(172, 81%, 33%))
hex
background-color: #26E8CE;
tailwind
bg-[hsl(172,81%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 81%, 53%, 0.4);
css variable
--color-primary: hsl(172, 81%, 53%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 81%, 53%)?
HEX: #26E8CE | RGB: rgb(38, 232, 206) | CMYK: 84%, 0%, 11%, 9% | HSV: 172°, 84%, 91%. Copy any format from the conversion table above.
What colors go well with #26E8CE?
The complementary color is HSL(352, 81%, 53%). For a triadic harmony, use hues 172°, 292°, and 52°. For analogous combinations, try hues 142° and 202°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(172, 81%, 53%) in CSS?
As HSL: color: hsl(172, 81%, 53%); — As HEX: color: #26E8CE; — As RGB: color: rgb(38, 232, 206); — Tailwind CSS: bg-[hsl(172,81%,53%)] — CSS variable: --color-primary: hsl(172, 81%, 53%);