HSL(83, 48%, 72%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(83,48%,72%)]

Color Conversions

Format Value CSS Usage
HSL hsl(83, 48%, 72%) color: hsl(83, 48%, 72%)
HEX #C0DA95 color: #C0DA95
RGB rgb(192, 218, 149) color: rgb(192, 218, 149)
CMYK cmyk(12%, 0%, 32%, 15%)
HSV hsv(83, 32%, 85%)
HWB hwb(83 58% 15%) color: hwb(83 58% 15%)
OKLCH oklch(0.8524 0.0952 125.14) color: oklch(0.8524 0.0952 125.14)
Lab lab(83.71 -20.25 31.19) color: lab(83.71 -20.25 31.19)
LCH lch(83.71 37.19 122.99) color: lch(83.71 37.19 122.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.53:1
vs Black 13.7: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)

#CBCBA6 — rgb(203, 203, 166)

Deuteranopia (Green-blind)

#CAC8AA — rgb(202, 200, 170)

Tritanopia (Blue-blind)

#C1B3B6 — rgb(193, 179, 182)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(83, 48%, 72%);

text

color: hsl(83, 48%, 72%);

border

border: 2px solid hsl(83, 48%, 72%);

gradient light

background: linear-gradient(to right, hsl(83, 48%, 92%), hsl(83, 48%, 72%));

gradient dark

background: linear-gradient(to right, hsl(83, 48%, 72%), hsl(83, 48%, 52%))

hex

background-color: #C0DA95;

tailwind

bg-[hsl(83,48%,72%)]

box shadow

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

css variable

--color-primary: hsl(83, 48%, 72%);

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(83, 48%, 72%)?

HEX: #C0DA95 | RGB: rgb(192, 218, 149) | CMYK: 12%, 0%, 32%, 15% | HSV: 83°, 32%, 85%. Copy any format from the conversion table above.

What colors go well with #C0DA95?

The complementary color is HSL(263, 48%, 72%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(83, 48%, 72%) in CSS?

As HSL: color: hsl(83, 48%, 72%); — As HEX: color: #C0DA95; — As RGB: color: rgb(192, 218, 149); — Tailwind CSS: bg-[hsl(83,48%,72%)] — CSS variable: --color-primary: hsl(83, 48%, 72%);