HSL(156, 88%, 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(156,88%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(156, 88%, 48%) | color: hsl(156, 88%, 48%) | |
| HEX | #0FE690 | color: #0FE690 | |
| RGB | rgb(15, 230, 144) | color: rgb(15, 230, 144) | |
| CMYK | cmyk(93%, 0%, 37%, 10%) | — | |
| HSV | hsv(156, 93%, 90%) | — | |
| HWB | hwb(156 6% 10%) | color: hwb(156 6% 10%) | |
| OKLCH | oklch(0.815 0.1908 157.43) | color: oklch(0.815 0.1908 157.43) | |
| Lab | lab(81.13 -65.39 29.24) | color: lab(81.13 -65.39 29.24) | |
| LCH | lch(81.13 71.63 155.91) | color: lch(81.13 71.63 155.91) |
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)
#6C6EA5 — rgb(108, 110, 165)
Deuteranopia (Green-blind)
#6050AA — rgb(96, 80, 170)
Tritanopia (Blue-blind)
#1AB5B9 — rgb(26, 181, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(156, 88%, 48%);
text
color: hsl(156, 88%, 48%);
border
border: 2px solid hsl(156, 88%, 48%);
gradient light
background: linear-gradient(to right, hsl(156, 88%, 68%), hsl(156, 88%, 48%));
gradient dark
background: linear-gradient(to right, hsl(156, 88%, 48%), hsl(156, 88%, 28%))
hex
background-color: #0FE690;
tailwind
bg-[hsl(156,88%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(156, 88%, 48%, 0.4);
css variable
--color-primary: hsl(156, 88%, 48%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(156, 88%, 48%)?
HEX: #0FE690 | RGB: rgb(15, 230, 144) | CMYK: 93%, 0%, 37%, 10% | HSV: 156°, 93%, 90%. Copy any format from the conversion table above.
What colors go well with #0FE690?
The complementary color is HSL(336, 88%, 48%). For a triadic harmony, use hues 156°, 276°, and 36°. For analogous combinations, try hues 126° and 186°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(156, 88%, 48%) in CSS?
As HSL: color: hsl(156, 88%, 48%); — As HEX: color: #0FE690; — As RGB: color: rgb(15, 230, 144); — Tailwind CSS: bg-[hsl(156,88%,48%)] — CSS variable: --color-primary: hsl(156, 88%, 48%);