HSL(69, 90%, 56%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(69,90%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 90%, 56%) | color: hsl(69, 90%, 56%) | |
| HEX | #D5F42A | color: #D5F42A | |
| RGB | rgb(213, 244, 42) | color: rgb(213, 244, 42) | |
| CMYK | cmyk(13%, 0%, 83%, 4%) | — | |
| HSV | hsv(69, 83%, 96%) | — | |
| HWB | hwb(69 16% 4%) | color: hwb(69 16% 4%) | |
| OKLCH | oklch(0.9133 0.2055 118.86) | color: oklch(0.9133 0.2055 118.86) | |
| Lab | lab(91.24 -32.83 83.31) | color: lab(91.24 -32.83 83.31) | |
| LCH | lch(91.24 89.55 111.51) | color: lch(91.24 89.55 111.51) |
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)
#E2E35B — rgb(226, 227, 91)
Deuteranopia (Green-blind)
#E1DE67 — rgb(225, 222, 103)
Tritanopia (Blue-blind)
#D7818A — rgb(215, 129, 138)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 90%, 56%);
text
color: hsl(69, 90%, 56%);
border
border: 2px solid hsl(69, 90%, 56%);
gradient light
background: linear-gradient(to right, hsl(69, 90%, 76%), hsl(69, 90%, 56%));
gradient dark
background: linear-gradient(to right, hsl(69, 90%, 56%), hsl(69, 90%, 36%))
hex
background-color: #D5F42A;
tailwind
bg-[hsl(69,90%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 90%, 56%, 0.4);
css variable
--color-primary: hsl(69, 90%, 56%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(69, 90%, 56%)?
HEX: #D5F42A | RGB: rgb(213, 244, 42) | CMYK: 13%, 0%, 83%, 4% | HSV: 69°, 83%, 96%. Copy any format from the conversion table above.
What colors go well with #D5F42A?
The complementary color is HSL(249, 90%, 56%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 90%, 56%) in CSS?
As HSL: color: hsl(69, 90%, 56%); — As HEX: color: #D5F42A; — As RGB: color: rgb(213, 244, 42); — Tailwind CSS: bg-[hsl(69,90%,56%)] — CSS variable: --color-primary: hsl(69, 90%, 56%);