HSL(66, 82%, 49%)
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%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 82%, 49%) | color: hsl(66, 82%, 49%) | |
| HEX | #CFE316 | color: #CFE316 | |
| RGB | rgb(207, 227, 22) | color: rgb(207, 227, 22) | |
| CMYK | cmyk(9%, 0%, 90%, 11%) | — | |
| HSV | hsv(66, 90%, 89%) | — | |
| HWB | hwb(66 9% 11%) | color: hwb(66 9% 11%) | |
| OKLCH | oklch(0.871 0.1959 116.08) | color: oklch(0.871 0.1959 116.08) | |
| Lab | lab(86.14 -27.81 82.6) | color: lab(86.14 -27.81 82.6) | |
| LCH | lch(86.14 87.16 108.61) | color: lch(86.14 87.16 108.61) |
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)
#D8D848 — rgb(216, 216, 72)
Deuteranopia (Green-blind)
#D7D554 — rgb(215, 213, 84)
Tritanopia (Blue-blind)
#D06F77 — rgb(208, 111, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 82%, 49%);
text
color: hsl(66, 82%, 49%);
border
border: 2px solid hsl(66, 82%, 49%);
gradient light
background: linear-gradient(to right, hsl(66, 82%, 69%), hsl(66, 82%, 49%));
gradient dark
background: linear-gradient(to right, hsl(66, 82%, 49%), hsl(66, 82%, 29%))
hex
background-color: #CFE316;
tailwind
bg-[hsl(66,82%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 82%, 49%, 0.4);
css variable
--color-primary: hsl(66, 82%, 49%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(66, 82%, 49%)?
HEX: #CFE316 | RGB: rgb(207, 227, 22) | CMYK: 9%, 0%, 90%, 11% | HSV: 66°, 90%, 89%. Copy any format from the conversion table above.
What colors go well with #CFE316?
The complementary color is HSL(246, 82%, 49%). 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%, 49%) in CSS?
As HSL: color: hsl(66, 82%, 49%); — As HEX: color: #CFE316; — As RGB: color: rgb(207, 227, 22); — Tailwind CSS: bg-[hsl(66,82%,49%)] — CSS variable: --color-primary: hsl(66, 82%, 49%);