HSL(186, 99%, 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(186,99%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 99%, 53%) | color: hsl(186, 99%, 53%) | |
| HEX | #10E6FE | color: #10E6FE | |
| RGB | rgb(16, 230, 254) | color: rgb(16, 230, 254) | |
| CMYK | cmyk(94%, 9%, 0%, 0%) | — | |
| HSV | hsv(186, 94%, 100%) | — | |
| HWB | hwb(186 6% 0%) | color: hwb(186 6% 0%) | |
| OKLCH | oklch(0.8468 0.1443 208.28) | color: oklch(0.8468 0.1443 208.28) | |
| Lab | lab(83.89 -36.88 -24.51) | color: lab(83.89 -36.88 -24.51) | |
| LCH | lch(83.89 44.28 213.61) | color: lch(83.89 44.28 213.61) |
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)
#6D6FF8 — rgb(109, 111, 248)
Deuteranopia (Green-blind)
#6050F7 — rgb(96, 80, 247)
Tritanopia (Blue-blind)
#1BF4F3 — rgb(27, 244, 243)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 99%, 53%);
text
color: hsl(186, 99%, 53%);
border
border: 2px solid hsl(186, 99%, 53%);
gradient light
background: linear-gradient(to right, hsl(186, 99%, 73%), hsl(186, 99%, 53%));
gradient dark
background: linear-gradient(to right, hsl(186, 99%, 53%), hsl(186, 99%, 33%))
hex
background-color: #10E6FE;
tailwind
bg-[hsl(186,99%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 99%, 53%, 0.4);
css variable
--color-primary: hsl(186, 99%, 53%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 99%, 53%)?
HEX: #10E6FE | RGB: rgb(16, 230, 254) | CMYK: 94%, 9%, 0%, 0% | HSV: 186°, 94%, 100%. Copy any format from the conversion table above.
What colors go well with #10E6FE?
The complementary color is HSL(6, 99%, 53%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 99%, 53%) in CSS?
As HSL: color: hsl(186, 99%, 53%); — As HEX: color: #10E6FE; — As RGB: color: rgb(16, 230, 254); — Tailwind CSS: bg-[hsl(186,99%,53%)] — CSS variable: --color-primary: hsl(186, 99%, 53%);