HSL(87, 98%, 59%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(87,98%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 98%, 59%) | color: hsl(87, 98%, 59%) | |
| HEX | #A1FD30 | color: #A1FD30 | |
| RGB | rgb(161, 253, 48) | color: rgb(161, 253, 48) | |
| CMYK | cmyk(36%, 0%, 81%, 1%) | — | |
| HSV | hsv(87, 81%, 99%) | — | |
| HWB | hwb(87 19% 1%) | color: hwb(87 19% 1%) | |
| OKLCH | oklch(0.902 0.2367 131.94) | color: oklch(0.902 0.2367 131.94) | |
| Lab | lab(90.8 -55.75 80.37) | color: lab(90.8 -55.75 80.37) | |
| LCH | lch(90.8 97.81 124.75) | color: lch(90.8 97.81 124.75) |
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)
#C9CA62 — rgb(201, 202, 98)
Deuteranopia (Green-blind)
#C4BD6E — rgb(196, 189, 110)
Tritanopia (Blue-blind)
#A68991 — rgb(166, 137, 145)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 98%, 59%);
text
color: hsl(87, 98%, 59%);
border
border: 2px solid hsl(87, 98%, 59%);
gradient light
background: linear-gradient(to right, hsl(87, 98%, 79%), hsl(87, 98%, 59%));
gradient dark
background: linear-gradient(to right, hsl(87, 98%, 59%), hsl(87, 98%, 39%))
hex
background-color: #A1FD30;
tailwind
bg-[hsl(87,98%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 98%, 59%, 0.4);
css variable
--color-primary: hsl(87, 98%, 59%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(87, 98%, 59%)?
HEX: #A1FD30 | RGB: rgb(161, 253, 48) | CMYK: 36%, 0%, 81%, 1% | HSV: 87°, 81%, 99%. Copy any format from the conversion table above.
What colors go well with #A1FD30?
The complementary color is HSL(267, 98%, 59%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 98%, 59%) in CSS?
As HSL: color: hsl(87, 98%, 59%); — As HEX: color: #A1FD30; — As RGB: color: rgb(161, 253, 48); — Tailwind CSS: bg-[hsl(87,98%,59%)] — CSS variable: --color-primary: hsl(87, 98%, 59%);