HSL(76, 28%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(76,28%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(76, 28%, 72%) | color: hsl(76, 28%, 72%) | |
| HEX | #C1CCA4 | color: #C1CCA4 | |
| RGB | rgb(193, 204, 164) | color: rgb(193, 204, 164) | |
| CMYK | cmyk(5%, 0%, 20%, 20%) | — | |
| HSV | hsv(77, 20%, 80%) | — | |
| HWB | hwb(77 64% 20%) | color: hwb(77 64% 20%) | |
| OKLCH | oklch(0.8263 0.0554 120.11) | color: oklch(0.8263 0.0554 120.11) | |
| Lab | lab(80.29 -10.67 18.71) | color: lab(80.29 -10.67 18.71) | |
| LCH | lch(80.29 21.54 119.7) | color: lch(80.29 21.54 119.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)
#C6C6AE — rgb(198, 198, 174)
Deuteranopia (Green-blind)
#C5C4B0 — rgb(197, 196, 176)
Tritanopia (Blue-blind)
#C2B5B7 — rgb(194, 181, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(76, 28%, 72%);
text
color: hsl(76, 28%, 72%);
border
border: 2px solid hsl(76, 28%, 72%);
gradient light
background: linear-gradient(to right, hsl(76, 28%, 92%), hsl(76, 28%, 72%));
gradient dark
background: linear-gradient(to right, hsl(76, 28%, 72%), hsl(76, 28%, 52%))
hex
background-color: #C1CCA4;
tailwind
bg-[hsl(76,28%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(76, 28%, 72%, 0.4);
css variable
--color-primary: hsl(76, 28%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(76, 28%, 72%)?
HEX: #C1CCA4 | RGB: rgb(193, 204, 164) | CMYK: 5%, 0%, 20%, 20% | HSV: 77°, 20%, 80%. Copy any format from the conversion table above.
What colors go well with #C1CCA4?
The complementary color is HSL(256, 28%, 72%). For a triadic harmony, use hues 76°, 196°, and 316°. For analogous combinations, try hues 46° and 106°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(76, 28%, 72%) in CSS?
As HSL: color: hsl(76, 28%, 72%); — As HEX: color: #C1CCA4; — As RGB: color: rgb(193, 204, 164); — Tailwind CSS: bg-[hsl(76,28%,72%)] — CSS variable: --color-primary: hsl(76, 28%, 72%);