HSL(74, 35%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(74,35%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 35%, 72%) | color: hsl(74, 35%, 72%) | |
| HEX | #C5D19F | color: #C5D19F | |
| RGB | rgb(197, 209, 159) | color: rgb(197, 209, 159) | |
| CMYK | cmyk(6%, 0%, 24%, 18%) | — | |
| HSV | hsv(74, 24%, 82%) | — | |
| HWB | hwb(74 62% 18%) | color: hwb(74 62% 18%) | |
| OKLCH | oklch(0.8389 0.0681 118.85) | color: oklch(0.8389 0.0681 118.85) | |
| Lab | lab(81.82 -12.5 23.51) | color: lab(81.82 -12.5 23.51) | |
| LCH | lch(81.82 26.63 118) | color: lch(81.82 26.63 118) |
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)
#CACAAB — rgb(202, 202, 171)
Deuteranopia (Green-blind)
#CAC9AE — rgb(202, 201, 174)
Tritanopia (Blue-blind)
#C6B5B7 — rgb(198, 181, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 35%, 72%);
text
color: hsl(74, 35%, 72%);
border
border: 2px solid hsl(74, 35%, 72%);
gradient light
background: linear-gradient(to right, hsl(74, 35%, 92%), hsl(74, 35%, 72%));
gradient dark
background: linear-gradient(to right, hsl(74, 35%, 72%), hsl(74, 35%, 52%))
hex
background-color: #C5D19F;
tailwind
bg-[hsl(74,35%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 35%, 72%, 0.4);
css variable
--color-primary: hsl(74, 35%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(74, 35%, 72%)?
HEX: #C5D19F | RGB: rgb(197, 209, 159) | CMYK: 6%, 0%, 24%, 18% | HSV: 74°, 24%, 82%. Copy any format from the conversion table above.
What colors go well with #C5D19F?
The complementary color is HSL(254, 35%, 72%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 35%, 72%) in CSS?
As HSL: color: hsl(74, 35%, 72%); — As HEX: color: #C5D19F; — As RGB: color: rgb(197, 209, 159); — Tailwind CSS: bg-[hsl(74,35%,72%)] — CSS variable: --color-primary: hsl(74, 35%, 72%);