HSL(107, 35%, 83%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(107,35%,83%)]

Color Conversions

Format Value CSS Usage
HSL hsl(107, 35%, 83%) color: hsl(107, 35%, 83%)
HEX #CBE3C4 color: #CBE3C4
RGB rgb(203, 227, 196) color: rgb(203, 227, 196)
CMYK cmyk(11%, 0%, 14%, 11%)
HSV hsv(106, 14%, 89%)
HWB hwb(106 77% 11%) color: hwb(106 77% 11%)
OKLCH oklch(0.8898 0.0489 138.63) color: oklch(0.8898 0.0489 138.63)
Lab lab(87.79 -13.58 12.49) color: lab(87.79 -13.58 12.49)
LCH lch(87.79 18.45 137.39) color: lch(87.79 18.45 137.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.37:1
vs Black 15.32: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)

#D5D6CC — rgb(213, 214, 204)

Deuteranopia (Green-blind)

#D4D2CD — rgb(212, 210, 205)

Tritanopia (Blue-blind)

#CCD1D3 — rgb(204, 209, 211)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(107, 35%, 83%);

text

color: hsl(107, 35%, 83%);

border

border: 2px solid hsl(107, 35%, 83%);

gradient light

background: linear-gradient(to right, hsl(107, 35%, 100%), hsl(107, 35%, 83%));

gradient dark

background: linear-gradient(to right, hsl(107, 35%, 83%), hsl(107, 35%, 63%))

hex

background-color: #CBE3C4;

tailwind

bg-[hsl(107,35%,83%)]

box shadow

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

css variable

--color-primary: hsl(107, 35%, 83%);

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(107, 35%, 83%)?

HEX: #CBE3C4 | RGB: rgb(203, 227, 196) | CMYK: 11%, 0%, 14%, 11% | HSV: 106°, 14%, 89%. Copy any format from the conversion table above.

What colors go well with #CBE3C4?

The complementary color is HSL(287, 35%, 83%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(107, 35%, 83%) in CSS?

As HSL: color: hsl(107, 35%, 83%); — As HEX: color: #CBE3C4; — As RGB: color: rgb(203, 227, 196); — Tailwind CSS: bg-[hsl(107,35%,83%)] — CSS variable: --color-primary: hsl(107, 35%, 83%);