HSL(176, 81%, 51%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,81%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 81%, 51%) | color: hsl(176, 81%, 51%) | |
| HEX | #1DE7DA | color: #1DE7DA | |
| RGB | rgb(29, 231, 218) | color: rgb(29, 231, 218) | |
| CMYK | cmyk(87%, 0%, 6%, 9%) | — | |
| HSV | hsv(176, 87%, 91%) | — | |
| HWB | hwb(176 12% 9%) | color: hwb(176 12% 9%) | |
| OKLCH | oklch(0.8374 0.1427 187.49) | color: oklch(0.8374 0.1427 187.49) | |
| Lab | lab(83.16 -47.4 -6.58) | color: lab(83.16 -47.4 -6.58) | |
| LCH | lch(83.16 47.85 187.9) | color: lch(83.16 47.85 187.9) |
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)
#7476DD — rgb(116, 118, 221)
Deuteranopia (Green-blind)
#695ADE — rgb(105, 90, 222)
Tritanopia (Blue-blind)
#27E0E0 — rgb(39, 224, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 81%, 51%);
text
color: hsl(176, 81%, 51%);
border
border: 2px solid hsl(176, 81%, 51%);
gradient light
background: linear-gradient(to right, hsl(176, 81%, 71%), hsl(176, 81%, 51%));
gradient dark
background: linear-gradient(to right, hsl(176, 81%, 51%), hsl(176, 81%, 31%))
hex
background-color: #1DE7DA;
tailwind
bg-[hsl(176,81%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 81%, 51%, 0.4);
css variable
--color-primary: hsl(176, 81%, 51%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 81%, 51%)?
HEX: #1DE7DA | RGB: rgb(29, 231, 218) | CMYK: 87%, 0%, 6%, 9% | HSV: 176°, 87%, 91%. Copy any format from the conversion table above.
What colors go well with #1DE7DA?
The complementary color is HSL(356, 81%, 51%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 81%, 51%) in CSS?
As HSL: color: hsl(176, 81%, 51%); — As HEX: color: #1DE7DA; — As RGB: color: rgb(29, 231, 218); — Tailwind CSS: bg-[hsl(176,81%,51%)] — CSS variable: --color-primary: hsl(176, 81%, 51%);