HSL(108, 28%, 84%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(108,28%,84%)]

Color Conversions

Format Value CSS Usage
HSL hsl(108, 28%, 84%) color: hsl(108, 28%, 84%)
HEX #CFE2CB color: #CFE2CB
RGB rgb(207, 226, 203) color: rgb(207, 226, 203)
CMYK cmyk(8%, 0%, 10%, 11%)
HSV hsv(110, 10%, 89%)
HWB hwb(110 80% 11%) color: hwb(110 80% 11%)
OKLCH oklch(0.8923 0.037 140.25) color: oklch(0.8923 0.037 140.25)
Lab lab(87.95 -10.5 9.1) color: lab(87.95 -10.5 9.1)
LCH lch(87.95 13.89 139.09) color: lch(87.95 13.89 139.09)

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.36:1
vs Black 15.39: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)

#D7D7D1 — rgb(215, 215, 209)

Deuteranopia (Green-blind)

#D6D5D2 — rgb(214, 213, 210)

Tritanopia (Blue-blind)

#D0D5D6 — rgb(208, 213, 214)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(108, 28%, 84%);

text

color: hsl(108, 28%, 84%);

border

border: 2px solid hsl(108, 28%, 84%);

gradient light

background: linear-gradient(to right, hsl(108, 28%, 100%), hsl(108, 28%, 84%));

gradient dark

background: linear-gradient(to right, hsl(108, 28%, 84%), hsl(108, 28%, 64%))

hex

background-color: #CFE2CB;

tailwind

bg-[hsl(108,28%,84%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(108, 28%, 84%, 0.4);

css variable

--color-primary: hsl(108, 28%, 84%);

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(108, 28%, 84%)?

HEX: #CFE2CB | RGB: rgb(207, 226, 203) | CMYK: 8%, 0%, 10%, 11% | HSV: 110°, 10%, 89%. Copy any format from the conversion table above.

What colors go well with #CFE2CB?

The complementary color is HSL(288, 28%, 84%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(108, 28%, 84%) in CSS?

As HSL: color: hsl(108, 28%, 84%); — As HEX: color: #CFE2CB; — As RGB: color: rgb(207, 226, 203); — Tailwind CSS: bg-[hsl(108,28%,84%)] — CSS variable: --color-primary: hsl(108, 28%, 84%);