HSL(192, 82%, 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(192,82%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 82%, 53%) | color: hsl(192, 82%, 53%) | |
| HEX | #25C2E9 | color: #25C2E9 | |
| RGB | rgb(37, 194, 233) | color: rgb(37, 194, 233) | |
| CMYK | cmyk(84%, 17%, 0%, 9%) | — | |
| HSV | hsv(192, 84%, 91%) | — | |
| HWB | hwb(192 15% 9%) | color: hwb(192 15% 9%) | |
| OKLCH | oklch(0.7552 0.1313 220.25) | color: oklch(0.7552 0.1313 220.25) | |
| Lab | lab(72.8 -25.2 -30.26) | color: lab(72.8 -25.2 -30.26) | |
| LCH | lch(72.8 39.38 230.21) | color: lch(72.8 39.38 230.21) |
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)
#696AE0 — rgb(105, 106, 224)
Deuteranopia (Green-blind)
#6054DD — rgb(96, 84, 221)
Tritanopia (Blue-blind)
#2DD8D6 — rgb(45, 216, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 82%, 53%);
text
color: hsl(192, 82%, 53%);
border
border: 2px solid hsl(192, 82%, 53%);
gradient light
background: linear-gradient(to right, hsl(192, 82%, 73%), hsl(192, 82%, 53%));
gradient dark
background: linear-gradient(to right, hsl(192, 82%, 53%), hsl(192, 82%, 33%))
hex
background-color: #25C2E9;
tailwind
bg-[hsl(192,82%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 82%, 53%, 0.4);
css variable
--color-primary: hsl(192, 82%, 53%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 82%, 53%)?
HEX: #25C2E9 | RGB: rgb(37, 194, 233) | CMYK: 84%, 17%, 0%, 9% | HSV: 192°, 84%, 91%. Copy any format from the conversion table above.
What colors go well with #25C2E9?
The complementary color is HSL(12, 82%, 53%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 82%, 53%) in CSS?
As HSL: color: hsl(192, 82%, 53%); — As HEX: color: #25C2E9; — As RGB: color: rgb(37, 194, 233); — Tailwind CSS: bg-[hsl(192,82%,53%)] — CSS variable: --color-primary: hsl(192, 82%, 53%);