HSL(127, 92%, 38%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(127,92%,38%)]

Color Conversions

Format Value CSS Usage
HSL hsl(127, 92%, 38%) color: hsl(127, 92%, 38%)
HEX #08BA1D color: #08BA1D
RGB rgb(8, 186, 29) color: rgb(8, 186, 29)
CMYK cmyk(96%, 0%, 84%, 27%)
HSV hsv(127, 96%, 73%)
HWB hwb(127 3% 27%) color: hwb(127 3% 27%)
OKLCH oklch(0.6848 0.2253 143.27) color: oklch(0.6848 0.2253 143.27)
Lab lab(65.95 -66.73 61.07) color: lab(65.95 -66.73 61.07)
LCH lch(65.95 90.46 137.54) color: lch(65.95 90.46 137.54)

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 2.61:1
vs Black 8.05: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)

#555743 — rgb(85, 87, 67)

Deuteranopia (Green-blind)

#4B3D4C — rgb(75, 61, 76)

Tritanopia (Blue-blind)

#116168 — rgb(17, 97, 104)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(127, 92%, 38%);

text

color: hsl(127, 92%, 38%);

border

border: 2px solid hsl(127, 92%, 38%);

gradient light

background: linear-gradient(to right, hsl(127, 92%, 58%), hsl(127, 92%, 38%));

gradient dark

background: linear-gradient(to right, hsl(127, 92%, 38%), hsl(127, 92%, 18%))

hex

background-color: #08BA1D;

tailwind

bg-[hsl(127,92%,38%)]

box shadow

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

css variable

--color-primary: hsl(127, 92%, 38%);

Related Colors

Use Cases for Green

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

Frequently Asked Questions

What are all the color codes for HSL(127, 92%, 38%)?

HEX: #08BA1D | RGB: rgb(8, 186, 29) | CMYK: 96%, 0%, 84%, 27% | HSV: 127°, 96%, 73%. Copy any format from the conversion table above.

What colors go well with #08BA1D?

The complementary color is HSL(307, 92%, 38%). For a triadic harmony, use hues 127°, 247°, and 7°. For analogous combinations, try hues 97° and 157°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(127, 92%, 38%) in CSS?

As HSL: color: hsl(127, 92%, 38%); — As HEX: color: #08BA1D; — As RGB: color: rgb(8, 186, 29); — Tailwind CSS: bg-[hsl(127,92%,38%)] — CSS variable: --color-primary: hsl(127, 92%, 38%);