HSL(164, 92%, 47%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(164,92%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(164, 92%, 47%) | color: hsl(164, 92%, 47%) | |
| HEX | #0AE6AB | color: #0AE6AB | |
| RGB | rgb(10, 230, 171) | color: rgb(10, 230, 171) | |
| CMYK | cmyk(96%, 0%, 26%, 10%) | — | |
| HSV | hsv(164, 96%, 90%) | — | |
| HWB | hwb(164 4% 10%) | color: hwb(164 4% 10%) | |
| OKLCH | oklch(0.8207 0.1691 166.09) | color: oklch(0.8207 0.1691 166.09) | |
| Lab | lab(81.62 -59.78 15.94) | color: lab(81.62 -59.78 15.94) | |
| LCH | lch(81.62 61.87 165.07) | color: lch(81.62 61.87 165.07) |
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)
#696BB9 — rgb(105, 107, 185)
Deuteranopia (Green-blind)
#5D4CBD — rgb(93, 76, 189)
Tritanopia (Blue-blind)
#15C5C7 — rgb(21, 197, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(164, 92%, 47%);
text
color: hsl(164, 92%, 47%);
border
border: 2px solid hsl(164, 92%, 47%);
gradient light
background: linear-gradient(to right, hsl(164, 92%, 67%), hsl(164, 92%, 47%));
gradient dark
background: linear-gradient(to right, hsl(164, 92%, 47%), hsl(164, 92%, 27%))
hex
background-color: #0AE6AB;
tailwind
bg-[hsl(164,92%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(164, 92%, 47%, 0.4);
css variable
--color-primary: hsl(164, 92%, 47%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(164, 92%, 47%)?
HEX: #0AE6AB | RGB: rgb(10, 230, 171) | CMYK: 96%, 0%, 26%, 10% | HSV: 164°, 96%, 90%. Copy any format from the conversion table above.
What colors go well with #0AE6AB?
The complementary color is HSL(344, 92%, 47%). For a triadic harmony, use hues 164°, 284°, and 44°. For analogous combinations, try hues 134° and 194°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(164, 92%, 47%) in CSS?
As HSL: color: hsl(164, 92%, 47%); — As HEX: color: #0AE6AB; — As RGB: color: rgb(10, 230, 171); — Tailwind CSS: bg-[hsl(164,92%,47%)] — CSS variable: --color-primary: hsl(164, 92%, 47%);