HSL(122, 25%, 85%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(122,25%,85%)]

Color Conversions

Format Value CSS Usage
HSL hsl(122, 25%, 85%) color: hsl(122, 25%, 85%)
HEX #CFE2D0 color: #CFE2D0
RGB rgb(207, 226, 208) color: rgb(207, 226, 208)
CMYK cmyk(8%, 0%, 8%, 11%)
HSV hsv(123, 8%, 89%)
HWB hwb(123 82% 11%) color: hwb(123 82% 11%)
OKLCH oklch(0.8936 0.0316 146.78) color: oklch(0.8936 0.0316 146.78)
Lab lab(88.07 -9.62 6.64) color: lab(88.07 -9.62 6.64)
LCH lch(88.07 11.69 145.39) color: lch(88.07 11.69 145.39)

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.44: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)

#D7D7D4 — rgb(215, 215, 212)

Deuteranopia (Green-blind)

#D6D5D5 — rgb(214, 213, 213)

Tritanopia (Blue-blind)

#D0D8D9 — rgb(208, 216, 217)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(122, 25%, 85%);

text

color: hsl(122, 25%, 85%);

border

border: 2px solid hsl(122, 25%, 85%);

gradient light

background: linear-gradient(to right, hsl(122, 25%, 100%), hsl(122, 25%, 85%));

gradient dark

background: linear-gradient(to right, hsl(122, 25%, 85%), hsl(122, 25%, 65%))

hex

background-color: #CFE2D0;

tailwind

bg-[hsl(122,25%,85%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(122, 25%, 85%, 0.4);

css variable

--color-primary: hsl(122, 25%, 85%);

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(122, 25%, 85%)?

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

What colors go well with #CFE2D0?

The complementary color is HSL(302, 25%, 85%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(122, 25%, 85%) in CSS?

As HSL: color: hsl(122, 25%, 85%); — As HEX: color: #CFE2D0; — As RGB: color: rgb(207, 226, 208); — Tailwind CSS: bg-[hsl(122,25%,85%)] — CSS variable: --color-primary: hsl(122, 25%, 85%);