HSL(155, 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(155,92%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(155, 92%, 48%) | color: hsl(155, 92%, 48%) | |
| HEX | #0AEB8D | color: #0AEB8D | |
| RGB | rgb(10, 235, 141) | color: rgb(10, 235, 141) | |
| CMYK | cmyk(96%, 0%, 40%, 8%) | — | |
| HSV | hsv(155, 96%, 92%) | — | |
| HWB | hwb(155 4% 8%) | color: hwb(155 4% 8%) | |
| OKLCH | oklch(0.8269 0.1997 155.94) | color: oklch(0.8269 0.1997 155.94) | |
| Lab | lab(82.59 -67.83 32.7) | color: lab(82.59 -67.83 32.7) | |
| LCH | lch(82.59 75.3 154.26) | color: lch(82.59 75.3 154.26) |
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)
#6B6DA4 — rgb(107, 109, 164)
Deuteranopia (Green-blind)
#5E4EA9 — rgb(94, 78, 169)
Tritanopia (Blue-blind)
#15B6BA — rgb(21, 182, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(155, 92%, 48%);
text
color: hsl(155, 92%, 48%);
border
border: 2px solid hsl(155, 92%, 48%);
gradient light
background: linear-gradient(to right, hsl(155, 92%, 68%), hsl(155, 92%, 48%));
gradient dark
background: linear-gradient(to right, hsl(155, 92%, 48%), hsl(155, 92%, 28%))
hex
background-color: #0AEB8D;
tailwind
bg-[hsl(155,92%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(155, 92%, 48%, 0.4);
css variable
--color-primary: hsl(155, 92%, 48%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(155, 92%, 48%)?
HEX: #0AEB8D | RGB: rgb(10, 235, 141) | CMYK: 96%, 0%, 40%, 8% | HSV: 155°, 96%, 92%. Copy any format from the conversion table above.
What colors go well with #0AEB8D?
The complementary color is HSL(335, 92%, 48%). For a triadic harmony, use hues 155°, 275°, and 35°. For analogous combinations, try hues 125° and 185°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(155, 92%, 48%) in CSS?
As HSL: color: hsl(155, 92%, 48%); — As HEX: color: #0AEB8D; — As RGB: color: rgb(10, 235, 141); — Tailwind CSS: bg-[hsl(155,92%,48%)] — CSS variable: --color-primary: hsl(155, 92%, 48%);