HSL(182, 81%, 52%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,81%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 81%, 52%) | color: hsl(182, 81%, 52%) | |
| HEX | #21E1E8 | color: #21E1E8 | |
| RGB | rgb(33, 225, 232) | color: rgb(33, 225, 232) | |
| CMYK | cmyk(86%, 3%, 0%, 9%) | — | |
| HSV | hsv(182, 86%, 91%) | — | |
| HWB | hwb(182 13% 9%) | color: hwb(182 13% 9%) | |
| OKLCH | oklch(0.8281 0.1368 198.96) | color: oklch(0.8281 0.1368 198.96) | |
| Lab | lab(81.84 -40.53 -15.97) | color: lab(81.84 -40.53 -15.97) | |
| LCH | lch(81.84 43.56 201.51) | color: lch(81.84 43.56 201.51) |
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)
#7476E6 — rgb(116, 118, 230)
Deuteranopia (Green-blind)
#695BE6 — rgb(105, 91, 230)
Tritanopia (Blue-blind)
#2BE5E5 — rgb(43, 229, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 81%, 52%);
text
color: hsl(182, 81%, 52%);
border
border: 2px solid hsl(182, 81%, 52%);
gradient light
background: linear-gradient(to right, hsl(182, 81%, 72%), hsl(182, 81%, 52%));
gradient dark
background: linear-gradient(to right, hsl(182, 81%, 52%), hsl(182, 81%, 32%))
hex
background-color: #21E1E8;
tailwind
bg-[hsl(182,81%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 81%, 52%, 0.4);
css variable
--color-primary: hsl(182, 81%, 52%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 81%, 52%)?
HEX: #21E1E8 | RGB: rgb(33, 225, 232) | CMYK: 86%, 3%, 0%, 9% | HSV: 182°, 86%, 91%. Copy any format from the conversion table above.
What colors go well with #21E1E8?
The complementary color is HSL(2, 81%, 52%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 81%, 52%) in CSS?
As HSL: color: hsl(182, 81%, 52%); — As HEX: color: #21E1E8; — As RGB: color: rgb(33, 225, 232); — Tailwind CSS: bg-[hsl(182,81%,52%)] — CSS variable: --color-primary: hsl(182, 81%, 52%);