HSL(192, 87%, 57%)
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,87%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 87%, 57%) | color: hsl(192, 87%, 57%) | |
| HEX | #32CBF1 | color: #32CBF1 | |
| RGB | rgb(50, 203, 241) | color: rgb(50, 203, 241) | |
| CMYK | cmyk(79%, 16%, 0%, 5%) | — | |
| HSV | hsv(192, 79%, 95%) | — | |
| HWB | hwb(192 20% 5%) | color: hwb(192 20% 5%) | |
| OKLCH | oklch(0.7817 0.1314 219.36) | color: oklch(0.7817 0.1314 219.36) | |
| Lab | lab(75.91 -26.07 -29.77) | color: lab(75.91 -26.07 -29.77) | |
| LCH | lch(75.91 39.57 228.79) | color: lch(75.91 39.57 228.79) |
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)
#7476E8 — rgb(116, 118, 232)
Deuteranopia (Green-blind)
#6B60E6 — rgb(107, 96, 230)
Tritanopia (Blue-blind)
#3AE1DF — rgb(58, 225, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 87%, 57%);
text
color: hsl(192, 87%, 57%);
border
border: 2px solid hsl(192, 87%, 57%);
gradient light
background: linear-gradient(to right, hsl(192, 87%, 77%), hsl(192, 87%, 57%));
gradient dark
background: linear-gradient(to right, hsl(192, 87%, 57%), hsl(192, 87%, 37%))
hex
background-color: #32CBF1;
tailwind
bg-[hsl(192,87%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 87%, 57%, 0.4);
css variable
--color-primary: hsl(192, 87%, 57%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 87%, 57%)?
HEX: #32CBF1 | RGB: rgb(50, 203, 241) | CMYK: 79%, 16%, 0%, 5% | HSV: 192°, 79%, 95%. Copy any format from the conversion table above.
What colors go well with #32CBF1?
The complementary color is HSL(12, 87%, 57%). 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, 87%, 57%) in CSS?
As HSL: color: hsl(192, 87%, 57%); — As HEX: color: #32CBF1; — As RGB: color: rgb(50, 203, 241); — Tailwind CSS: bg-[hsl(192,87%,57%)] — CSS variable: --color-primary: hsl(192, 87%, 57%);