HSL(161, 92%, 48%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,92%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 92%, 48%) | color: hsl(161, 92%, 48%) | |
| HEX | #0AEBA4 | color: #0AEBA4 | |
| RGB | rgb(10, 235, 164) | color: rgb(10, 235, 164) | |
| CMYK | cmyk(96%, 0%, 30%, 8%) | — | |
| HSV | hsv(161, 96%, 92%) | — | |
| HWB | hwb(161 4% 8%) | color: hwb(161 4% 8%) | |
| OKLCH | oklch(0.8316 0.1803 162.39) | color: oklch(0.8316 0.1803 162.39) | |
| Lab | lab(83 -63.18 21.5) | color: lab(83 -63.18 21.5) | |
| LCH | lch(83 66.74 161.21) | color: lch(83 66.74 161.21) |
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)
#6B6DB5 — rgb(107, 109, 181)
Deuteranopia (Green-blind)
#5E4EB9 — rgb(94, 78, 185)
Tritanopia (Blue-blind)
#15C3C6 — rgb(21, 195, 198)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 92%, 48%);
text
color: hsl(161, 92%, 48%);
border
border: 2px solid hsl(161, 92%, 48%);
gradient light
background: linear-gradient(to right, hsl(161, 92%, 68%), hsl(161, 92%, 48%));
gradient dark
background: linear-gradient(to right, hsl(161, 92%, 48%), hsl(161, 92%, 28%))
hex
background-color: #0AEBA4;
tailwind
bg-[hsl(161,92%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 92%, 48%, 0.4);
css variable
--color-primary: hsl(161, 92%, 48%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 92%, 48%)?
HEX: #0AEBA4 | RGB: rgb(10, 235, 164) | CMYK: 96%, 0%, 30%, 8% | HSV: 161°, 96%, 92%. Copy any format from the conversion table above.
What colors go well with #0AEBA4?
The complementary color is HSL(341, 92%, 48%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 92%, 48%) in CSS?
As HSL: color: hsl(161, 92%, 48%); — As HEX: color: #0AEBA4; — As RGB: color: rgb(10, 235, 164); — Tailwind CSS: bg-[hsl(161,92%,48%)] — CSS variable: --color-primary: hsl(161, 92%, 48%);