HSL(104, 20%, 82%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(104,20%,82%)]

Color Conversions

Format Value CSS Usage
HSL hsl(104, 20%, 82%) color: hsl(104, 20%, 82%)
HEX #CDDAC8 color: #CDDAC8
RGB rgb(205, 218, 200) color: rgb(205, 218, 200)
CMYK cmyk(6%, 0%, 8%, 15%)
HSV hsv(103, 8%, 85%)
HWB hwb(103 78% 15%) color: hwb(103 78% 15%)
OKLCH oklch(0.8735 0.0281 136.89) color: oklch(0.8735 0.0281 136.89)
Lab lab(85.65 -7.64 7.36) color: lab(85.65 -7.64 7.36)
LCH lch(85.65 10.61 136.07) color: lch(85.65 10.61 136.07)

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.45:1
vs Black 14.46: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)

#D3D3CC — rgb(211, 211, 204)

Deuteranopia (Green-blind)

#D2D1CD — rgb(210, 209, 205)

Tritanopia (Blue-blind)

#CED0D1 — rgb(206, 208, 209)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(104, 20%, 82%);

text

color: hsl(104, 20%, 82%);

border

border: 2px solid hsl(104, 20%, 82%);

gradient light

background: linear-gradient(to right, hsl(104, 20%, 100%), hsl(104, 20%, 82%));

gradient dark

background: linear-gradient(to right, hsl(104, 20%, 82%), hsl(104, 20%, 62%))

hex

background-color: #CDDAC8;

tailwind

bg-[hsl(104,20%,82%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(104, 20%, 82%, 0.4);

css variable

--color-primary: hsl(104, 20%, 82%);

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(104, 20%, 82%)?

HEX: #CDDAC8 | RGB: rgb(205, 218, 200) | CMYK: 6%, 0%, 8%, 15% | HSV: 103°, 8%, 85%. Copy any format from the conversion table above.

What colors go well with #CDDAC8?

The complementary color is HSL(284, 20%, 82%). For a triadic harmony, use hues 104°, 224°, and 344°. For analogous combinations, try hues 74° and 134°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(104, 20%, 82%) in CSS?

As HSL: color: hsl(104, 20%, 82%); — As HEX: color: #CDDAC8; — As RGB: color: rgb(205, 218, 200); — Tailwind CSS: bg-[hsl(104,20%,82%)] — CSS variable: --color-primary: hsl(104, 20%, 82%);