HSL(153, 90%, 52%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,90%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 90%, 52%) | color: hsl(153, 90%, 52%) | |
| HEX | #16F390 | color: #16F390 | |
| RGB | rgb(22, 243, 144) | color: rgb(22, 243, 144) | |
| CMYK | cmyk(91%, 0%, 41%, 5%) | — | |
| HSV | hsv(153, 91%, 95%) | — | |
| HWB | hwb(153 9% 5%) | color: hwb(153 9% 5%) | |
| OKLCH | oklch(0.8483 0.2056 155.31) | color: oklch(0.8483 0.2056 155.31) | |
| Lab | lab(85.14 -69.51 34.56) | color: lab(85.14 -69.51 34.56) | |
| LCH | lch(85.14 77.63 153.56) | color: lch(85.14 77.63 153.56) |
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)
#7678A8 — rgb(118, 120, 168)
Deuteranopia (Green-blind)
#6958AE — rgb(105, 88, 174)
Tritanopia (Blue-blind)
#21BBBF — rgb(33, 187, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 90%, 52%);
text
color: hsl(153, 90%, 52%);
border
border: 2px solid hsl(153, 90%, 52%);
gradient light
background: linear-gradient(to right, hsl(153, 90%, 72%), hsl(153, 90%, 52%));
gradient dark
background: linear-gradient(to right, hsl(153, 90%, 52%), hsl(153, 90%, 32%))
hex
background-color: #16F390;
tailwind
bg-[hsl(153,90%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 90%, 52%, 0.4);
css variable
--color-primary: hsl(153, 90%, 52%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 90%, 52%)?
HEX: #16F390 | RGB: rgb(22, 243, 144) | CMYK: 91%, 0%, 41%, 5% | HSV: 153°, 91%, 95%. Copy any format from the conversion table above.
What colors go well with #16F390?
The complementary color is HSL(333, 90%, 52%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 90%, 52%) in CSS?
As HSL: color: hsl(153, 90%, 52%); — As HEX: color: #16F390; — As RGB: color: rgb(22, 243, 144); — Tailwind CSS: bg-[hsl(153,90%,52%)] — CSS variable: --color-primary: hsl(153, 90%, 52%);