HSL(82, 40%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(82,40%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 40%, 74%) | color: hsl(82, 40%, 74%) | |
| HEX | #C4D7A2 | color: #C4D7A2 | |
| RGB | rgb(196, 215, 162) | color: rgb(196, 215, 162) | |
| CMYK | cmyk(9%, 0%, 25%, 16%) | — | |
| HSV | hsv(82, 25%, 84%) | — | |
| HWB | hwb(82 63% 16%) | color: hwb(82 63% 16%) | |
| OKLCH | oklch(0.8515 0.0737 123.97) | color: oklch(0.8515 0.0737 123.97) | |
| Lab | lab(83.41 -15.45 24.1) | color: lab(83.41 -15.45 24.1) | |
| LCH | lch(83.41 28.63 122.66) | color: lch(83.41 28.63 122.66) |
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)
#CCCCAF — rgb(204, 204, 175)
Deuteranopia (Green-blind)
#CBCAB2 — rgb(203, 202, 178)
Tritanopia (Blue-blind)
#C5B9BB — rgb(197, 185, 187)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 40%, 74%);
text
color: hsl(82, 40%, 74%);
border
border: 2px solid hsl(82, 40%, 74%);
gradient light
background: linear-gradient(to right, hsl(82, 40%, 94%), hsl(82, 40%, 74%));
gradient dark
background: linear-gradient(to right, hsl(82, 40%, 74%), hsl(82, 40%, 54%))
hex
background-color: #C4D7A2;
tailwind
bg-[hsl(82,40%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 40%, 74%, 0.4);
css variable
--color-primary: hsl(82, 40%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 40%, 74%)?
HEX: #C4D7A2 | RGB: rgb(196, 215, 162) | CMYK: 9%, 0%, 25%, 16% | HSV: 82°, 25%, 84%. Copy any format from the conversion table above.
What colors go well with #C4D7A2?
The complementary color is HSL(262, 40%, 74%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 40%, 74%) in CSS?
As HSL: color: hsl(82, 40%, 74%); — As HEX: color: #C4D7A2; — As RGB: color: rgb(196, 215, 162); — Tailwind CSS: bg-[hsl(82,40%,74%)] — CSS variable: --color-primary: hsl(82, 40%, 74%);