HSL(65, 92%, 48%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(65,92%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(65, 92%, 48%) color: hsl(65, 92%, 48%)
HEX #D8EB0A color: #D8EB0A
RGB rgb(216, 235, 10) color: rgb(216, 235, 10)
CMYK cmyk(8%, 0%, 96%, 8%)
HSV hsv(65, 96%, 92%)
HWB hwb(65 4% 8%) color: hwb(65 4% 8%)
OKLCH oklch(0.8951 0.2026 115.56) color: oklch(0.8951 0.2026 115.56)
Lab lab(88.94 -28.03 86.34) color: lab(88.94 -28.03 86.34)
LCH lch(88.94 90.78 107.99) color: lch(88.94 90.78 107.99)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.33:1
vs Black 15.81:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#E0E040 — rgb(224, 224, 64)

Deuteranopia (Green-blind)

#DFDE4E — rgb(223, 222, 78)

Tritanopia (Blue-blind)

#D96B75 — rgb(217, 107, 117)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(65, 92%, 48%);

text

color: hsl(65, 92%, 48%);

border

border: 2px solid hsl(65, 92%, 48%);

gradient light

background: linear-gradient(to right, hsl(65, 92%, 68%), hsl(65, 92%, 48%));

gradient dark

background: linear-gradient(to right, hsl(65, 92%, 48%), hsl(65, 92%, 28%))

hex

background-color: #D8EB0A;

tailwind

bg-[hsl(65,92%,48%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(65, 92%, 48%, 0.4);

css variable

--color-primary: hsl(65, 92%, 48%);

Related Colors

Use Cases for Vivid Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(65, 92%, 48%)?

HEX: #D8EB0A | RGB: rgb(216, 235, 10) | CMYK: 8%, 0%, 96%, 8% | HSV: 65°, 96%, 92%. Copy any format from the conversion table above.

What colors go well with #D8EB0A?

The complementary color is HSL(245, 92%, 48%). For a triadic harmony, use hues 65°, 185°, and 305°. For analogous combinations, try hues 35° and 95°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(65, 92%, 48%) in CSS?

As HSL: color: hsl(65, 92%, 48%); — As HEX: color: #D8EB0A; — As RGB: color: rgb(216, 235, 10); — Tailwind CSS: bg-[hsl(65,92%,48%)] — CSS variable: --color-primary: hsl(65, 92%, 48%);