HSL(79, 30%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(79,30%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(79, 30%, 74%) | color: hsl(79, 30%, 74%) | |
| HEX | #C4D1A9 | color: #C4D1A9 | |
| RGB | rgb(196, 209, 169) | color: rgb(196, 209, 169) | |
| CMYK | cmyk(6%, 0%, 19%, 18%) | — | |
| HSV | hsv(80, 19%, 82%) | — | |
| HWB | hwb(80 66% 18%) | color: hwb(80 66% 18%) | |
| OKLCH | oklch(0.8403 0.0557 122.23) | color: oklch(0.8403 0.0557 122.23) | |
| Lab | lab(81.95 -11.35 18.4) | color: lab(81.95 -11.35 18.4) | |
| LCH | lch(81.95 21.62 121.67) | color: lch(81.95 21.62 121.67) |
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)
#CACAB3 — rgb(202, 202, 179)
Deuteranopia (Green-blind)
#C9C8B5 — rgb(201, 200, 181)
Tritanopia (Blue-blind)
#C5BABC — rgb(197, 186, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(79, 30%, 74%);
text
color: hsl(79, 30%, 74%);
border
border: 2px solid hsl(79, 30%, 74%);
gradient light
background: linear-gradient(to right, hsl(79, 30%, 94%), hsl(79, 30%, 74%));
gradient dark
background: linear-gradient(to right, hsl(79, 30%, 74%), hsl(79, 30%, 54%))
hex
background-color: #C4D1A9;
tailwind
bg-[hsl(79,30%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(79, 30%, 74%, 0.4);
css variable
--color-primary: hsl(79, 30%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(79, 30%, 74%)?
HEX: #C4D1A9 | RGB: rgb(196, 209, 169) | CMYK: 6%, 0%, 19%, 18% | HSV: 80°, 19%, 82%. Copy any format from the conversion table above.
What colors go well with #C4D1A9?
The complementary color is HSL(259, 30%, 74%). For a triadic harmony, use hues 79°, 199°, and 319°. For analogous combinations, try hues 49° and 109°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(79, 30%, 74%) in CSS?
As HSL: color: hsl(79, 30%, 74%); — As HEX: color: #C4D1A9; — As RGB: color: rgb(196, 209, 169); — Tailwind CSS: bg-[hsl(79,30%,74%)] — CSS variable: --color-primary: hsl(79, 30%, 74%);