HSL(186, 90%, 46%)
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,90%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 90%, 46%) | color: hsl(186, 90%, 46%) | |
| HEX | #0CCADF | color: #0CCADF | |
| RGB | rgb(12, 202, 223) | color: rgb(12, 202, 223) | |
| CMYK | cmyk(95%, 9%, 0%, 13%) | — | |
| HSV | hsv(186, 95%, 87%) | — | |
| HWB | hwb(186 4% 13%) | color: hwb(186 4% 13%) | |
| OKLCH | oklch(0.768 0.1309 208.12) | color: oklch(0.768 0.1309 208.12) | |
| Lab | lab(74.6 -33.55 -22.11) | color: lab(74.6 -33.55 -22.11) | |
| LCH | lch(74.6 40.18 213.39) | color: lch(74.6 40.18 213.39) |
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)
#5E60DA — rgb(94, 96, 218)
Deuteranopia (Green-blind)
#5345D9 — rgb(83, 69, 217)
Tritanopia (Blue-blind)
#16D6D5 — rgb(22, 214, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 90%, 46%);
text
color: hsl(186, 90%, 46%);
border
border: 2px solid hsl(186, 90%, 46%);
gradient light
background: linear-gradient(to right, hsl(186, 90%, 66%), hsl(186, 90%, 46%));
gradient dark
background: linear-gradient(to right, hsl(186, 90%, 46%), hsl(186, 90%, 26%))
hex
background-color: #0CCADF;
tailwind
bg-[hsl(186,90%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 90%, 46%, 0.4);
css variable
--color-primary: hsl(186, 90%, 46%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 90%, 46%)?
HEX: #0CCADF | RGB: rgb(12, 202, 223) | CMYK: 95%, 9%, 0%, 13% | HSV: 186°, 95%, 87%. Copy any format from the conversion table above.
What colors go well with #0CCADF?
The complementary color is HSL(6, 90%, 46%). 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, 90%, 46%) in CSS?
As HSL: color: hsl(186, 90%, 46%); — As HEX: color: #0CCADF; — As RGB: color: rgb(12, 202, 223); — Tailwind CSS: bg-[hsl(186,90%,46%)] — CSS variable: --color-primary: hsl(186, 90%, 46%);