HSL(192, 95%, 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(192,95%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 95%, 52%) | color: hsl(192, 95%, 52%) | |
| HEX | #10CAF9 | color: #10CAF9 | |
| RGB | rgb(16, 202, 249) | color: rgb(16, 202, 249) | |
| CMYK | cmyk(94%, 19%, 0%, 2%) | — | |
| HSV | hsv(192, 94%, 98%) | — | |
| HWB | hwb(192 6% 2%) | color: hwb(192 6% 2%) | |
| OKLCH | oklch(0.779 0.1431 222.83) | color: oklch(0.779 0.1431 222.83) | |
| Lab | lab(75.57 -24.97 -34.62) | color: lab(75.57 -24.97 -34.62) | |
| LCH | lch(75.57 42.69 234.2) | color: lch(75.57 42.69 234.2) |
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)
#6162EE — rgb(97, 98, 238)
Deuteranopia (Green-blind)
#5648EB — rgb(86, 72, 235)
Tritanopia (Blue-blind)
#19E5E3 — rgb(25, 229, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 95%, 52%);
text
color: hsl(192, 95%, 52%);
border
border: 2px solid hsl(192, 95%, 52%);
gradient light
background: linear-gradient(to right, hsl(192, 95%, 72%), hsl(192, 95%, 52%));
gradient dark
background: linear-gradient(to right, hsl(192, 95%, 52%), hsl(192, 95%, 32%))
hex
background-color: #10CAF9;
tailwind
bg-[hsl(192,95%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 95%, 52%, 0.4);
css variable
--color-primary: hsl(192, 95%, 52%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 95%, 52%)?
HEX: #10CAF9 | RGB: rgb(16, 202, 249) | CMYK: 94%, 19%, 0%, 2% | HSV: 192°, 94%, 98%. Copy any format from the conversion table above.
What colors go well with #10CAF9?
The complementary color is HSL(12, 95%, 52%). 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, 95%, 52%) in CSS?
As HSL: color: hsl(192, 95%, 52%); — As HEX: color: #10CAF9; — As RGB: color: rgb(16, 202, 249); — Tailwind CSS: bg-[hsl(192,95%,52%)] — CSS variable: --color-primary: hsl(192, 95%, 52%);