HSL(69, 35%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(69,35%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(69, 35%, 72%) | color: hsl(69, 35%, 72%) | |
| HEX | #C9D19F | color: #C9D19F | |
| RGB | rgb(201, 209, 159) | color: rgb(201, 209, 159) | |
| CMYK | cmyk(4%, 0%, 24%, 18%) | — | |
| HSV | hsv(70, 24%, 82%) | — | |
| HWB | hwb(70 62% 18%) | color: hwb(70 62% 18%) | |
| OKLCH | oklch(0.8419 0.0671 115.25) | color: oklch(0.8419 0.0671 115.25) | |
| Lab | lab(82.12 -11.02 23.96) | color: lab(82.12 -11.02 23.96) | |
| LCH | lch(82.12 26.37 114.7) | color: lch(82.12 26.37 114.7) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#CCCDAB — rgb(204, 205, 171)
Deuteranopia (Green-blind)
#CCCBAE — rgb(204, 203, 174)
Tritanopia (Blue-blind)
#C9B5B7 — rgb(201, 181, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(69, 35%, 72%);
text
color: hsl(69, 35%, 72%);
border
border: 2px solid hsl(69, 35%, 72%);
gradient light
background: linear-gradient(to right, hsl(69, 35%, 92%), hsl(69, 35%, 72%));
gradient dark
background: linear-gradient(to right, hsl(69, 35%, 72%), hsl(69, 35%, 52%))
hex
background-color: #C9D19F;
tailwind
bg-[hsl(69,35%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(69, 35%, 72%, 0.4);
css variable
--color-primary: hsl(69, 35%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(69, 35%, 72%)?
HEX: #C9D19F | RGB: rgb(201, 209, 159) | CMYK: 4%, 0%, 24%, 18% | HSV: 70°, 24%, 82%. Copy any format from the conversion table above.
What colors go well with #C9D19F?
The complementary color is HSL(249, 35%, 72%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(69, 35%, 72%) in CSS?
As HSL: color: hsl(69, 35%, 72%); — As HEX: color: #C9D19F; — As RGB: color: rgb(201, 209, 159); — Tailwind CSS: bg-[hsl(69,35%,72%)] — CSS variable: --color-primary: hsl(69, 35%, 72%);