HSL(81, 38%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,38%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 38%, 74%) | color: hsl(81, 38%, 74%) | |
| HEX | #C4D6A4 | color: #C4D6A4 | |
| RGB | rgb(196, 214, 164) | color: rgb(196, 214, 164) | |
| CMYK | cmyk(8%, 0%, 23%, 16%) | — | |
| HSV | hsv(82, 23%, 84%) | — | |
| HWB | hwb(82 65% 16%) | color: hwb(82 65% 16%) | |
| OKLCH | oklch(0.8498 0.0697 123.95) | color: oklch(0.8498 0.0697 123.95) | |
| Lab | lab(83.18 -14.65 22.74) | color: lab(83.18 -14.65 22.74) | |
| LCH | lch(83.18 27.05 122.79) | color: lch(83.18 27.05 122.79) |
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)
#CCCCB0 — rgb(204, 204, 176)
Deuteranopia (Green-blind)
#CBC9B3 — rgb(203, 201, 179)
Tritanopia (Blue-blind)
#C5BABC — rgb(197, 186, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 38%, 74%);
text
color: hsl(81, 38%, 74%);
border
border: 2px solid hsl(81, 38%, 74%);
gradient light
background: linear-gradient(to right, hsl(81, 38%, 94%), hsl(81, 38%, 74%));
gradient dark
background: linear-gradient(to right, hsl(81, 38%, 74%), hsl(81, 38%, 54%))
hex
background-color: #C4D6A4;
tailwind
bg-[hsl(81,38%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 38%, 74%, 0.4);
css variable
--color-primary: hsl(81, 38%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 38%, 74%)?
HEX: #C4D6A4 | RGB: rgb(196, 214, 164) | CMYK: 8%, 0%, 23%, 16% | HSV: 82°, 23%, 84%. Copy any format from the conversion table above.
What colors go well with #C4D6A4?
The complementary color is HSL(261, 38%, 74%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 38%, 74%) in CSS?
As HSL: color: hsl(81, 38%, 74%); — As HEX: color: #C4D6A4; — As RGB: color: rgb(196, 214, 164); — Tailwind CSS: bg-[hsl(81,38%,74%)] — CSS variable: --color-primary: hsl(81, 38%, 74%);