HSL(72, 22%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(72,22%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 22%, 72%) | color: hsl(72, 22%, 72%) | |
| HEX | #C1C7A8 | color: #C1C7A8 | |
| RGB | rgb(193, 199, 168) | color: rgb(193, 199, 168) | |
| CMYK | cmyk(3%, 0%, 16%, 22%) | — | |
| HSV | hsv(72, 16%, 78%) | — | |
| HWB | hwb(72 66% 22%) | color: hwb(72 66% 22%) | |
| OKLCH | oklch(0.8167 0.0427 116.25) | color: oklch(0.8167 0.0427 116.25) | |
| Lab | lab(79.05 -7.46 14.85) | color: lab(79.05 -7.46 14.85) | |
| LCH | lch(79.05 16.62 116.67) | color: lch(79.05 16.62 116.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)
#C4C4B0 — rgb(196, 196, 176)
Deuteranopia (Green-blind)
#C3C3B1 — rgb(195, 195, 177)
Tritanopia (Blue-blind)
#C1B5B7 — rgb(193, 181, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 22%, 72%);
text
color: hsl(72, 22%, 72%);
border
border: 2px solid hsl(72, 22%, 72%);
gradient light
background: linear-gradient(to right, hsl(72, 22%, 92%), hsl(72, 22%, 72%));
gradient dark
background: linear-gradient(to right, hsl(72, 22%, 72%), hsl(72, 22%, 52%))
hex
background-color: #C1C7A8;
tailwind
bg-[hsl(72,22%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 22%, 72%, 0.4);
css variable
--color-primary: hsl(72, 22%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 22%, 72%)?
HEX: #C1C7A8 | RGB: rgb(193, 199, 168) | CMYK: 3%, 0%, 16%, 22% | HSV: 72°, 16%, 78%. Copy any format from the conversion table above.
What colors go well with #C1C7A8?
The complementary color is HSL(252, 22%, 72%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 22%, 72%) in CSS?
As HSL: color: hsl(72, 22%, 72%); — As HEX: color: #C1C7A8; — As RGB: color: rgb(193, 199, 168); — Tailwind CSS: bg-[hsl(72,22%,72%)] — CSS variable: --color-primary: hsl(72, 22%, 72%);