HSL(66, 82%, 51%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,82%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 82%, 51%) | color: hsl(66, 82%, 51%) | |
| HEX | #D4E91C | color: #D4E91C | |
| RGB | rgb(212, 233, 28) | color: rgb(212, 233, 28) | |
| CMYK | cmyk(9%, 0%, 88%, 9%) | — | |
| HSV | hsv(66, 88%, 91%) | — | |
| HWB | hwb(66 11% 9%) | color: hwb(66 11% 9%) | |
| OKLCH | oklch(0.8881 0.1988 116.25) | color: oklch(0.8881 0.1988 116.25) | |
| Lab | lab(88.14 -28.47 83.43) | color: lab(88.14 -28.47 83.43) | |
| LCH | lch(88.14 88.15 108.84) | color: lch(88.14 88.15 108.84) |
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)
#DDDD4E — rgb(221, 221, 78)
Deuteranopia (Green-blind)
#DCDA5A — rgb(220, 218, 90)
Tritanopia (Blue-blind)
#D5757D — rgb(213, 117, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 82%, 51%);
text
color: hsl(66, 82%, 51%);
border
border: 2px solid hsl(66, 82%, 51%);
gradient light
background: linear-gradient(to right, hsl(66, 82%, 71%), hsl(66, 82%, 51%));
gradient dark
background: linear-gradient(to right, hsl(66, 82%, 51%), hsl(66, 82%, 31%))
hex
background-color: #D4E91C;
tailwind
bg-[hsl(66,82%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 82%, 51%, 0.4);
css variable
--color-primary: hsl(66, 82%, 51%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(66, 82%, 51%)?
HEX: #D4E91C | RGB: rgb(212, 233, 28) | CMYK: 9%, 0%, 88%, 9% | HSV: 66°, 88%, 91%. Copy any format from the conversion table above.
What colors go well with #D4E91C?
The complementary color is HSL(246, 82%, 51%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 82%, 51%) in CSS?
As HSL: color: hsl(66, 82%, 51%); — As HEX: color: #D4E91C; — As RGB: color: rgb(212, 233, 28); — Tailwind CSS: bg-[hsl(66,82%,51%)] — CSS variable: --color-primary: hsl(66, 82%, 51%);