HSL(66, 83%, 47%)
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,83%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 83%, 47%) | color: hsl(66, 83%, 47%) | |
| HEX | #C7DB14 | color: #C7DB14 | |
| RGB | rgb(199, 219, 20) | color: rgb(199, 219, 20) | |
| CMYK | cmyk(9%, 0%, 91%, 14%) | — | |
| HSV | hsv(66, 91%, 86%) | — | |
| HWB | hwb(66 8% 14%) | color: hwb(66 8% 14%) | |
| OKLCH | oklch(0.8473 0.191 116.28) | color: oklch(0.8473 0.191 116.28) | |
| Lab | lab(83.37 -27.35 80.45) | color: lab(83.37 -27.35 80.45) | |
| LCH | lch(83.37 84.97 108.78) | color: lch(83.37 84.97 108.78) |
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)
#D0D044 — rgb(208, 208, 68)
Deuteranopia (Green-blind)
#CFCD50 — rgb(207, 205, 80)
Tritanopia (Blue-blind)
#C86A73 — rgb(200, 106, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 83%, 47%);
text
color: hsl(66, 83%, 47%);
border
border: 2px solid hsl(66, 83%, 47%);
gradient light
background: linear-gradient(to right, hsl(66, 83%, 67%), hsl(66, 83%, 47%));
gradient dark
background: linear-gradient(to right, hsl(66, 83%, 47%), hsl(66, 83%, 27%))
hex
background-color: #C7DB14;
tailwind
bg-[hsl(66,83%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 83%, 47%, 0.4);
css variable
--color-primary: hsl(66, 83%, 47%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(66, 83%, 47%)?
HEX: #C7DB14 | RGB: rgb(199, 219, 20) | CMYK: 9%, 0%, 91%, 14% | HSV: 66°, 91%, 86%. Copy any format from the conversion table above.
What colors go well with #C7DB14?
The complementary color is HSL(246, 83%, 47%). 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, 83%, 47%) in CSS?
As HSL: color: hsl(66, 83%, 47%); — As HEX: color: #C7DB14; — As RGB: color: rgb(199, 219, 20); — Tailwind CSS: bg-[hsl(66,83%,47%)] — CSS variable: --color-primary: hsl(66, 83%, 47%);