HSL(68, 17%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(68,17%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 17%, 72%) | color: hsl(68, 17%, 72%) | |
| HEX | #C1C4AB | color: #C1C4AB | |
| RGB | rgb(193, 196, 171) | color: rgb(193, 196, 171) | |
| CMYK | cmyk(2%, 0%, 13%, 23%) | — | |
| HSV | hsv(67, 13%, 77%) | — | |
| HWB | hwb(67 67% 23%) | color: hwb(67 67% 23%) | |
| OKLCH | oklch(0.8112 0.0343 112.72) | color: oklch(0.8112 0.0343 112.72) | |
| Lab | lab(78.32 -5.41 12.21) | color: lab(78.32 -5.41 12.21) | |
| LCH | lch(78.32 13.35 113.9) | color: lch(78.32 13.35 113.9) |
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)
#C2C2B1 — rgb(194, 194, 177)
Deuteranopia (Green-blind)
#C2C2B3 — rgb(194, 194, 179)
Tritanopia (Blue-blind)
#C1B6B7 — rgb(193, 182, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 17%, 72%);
text
color: hsl(68, 17%, 72%);
border
border: 2px solid hsl(68, 17%, 72%);
gradient light
background: linear-gradient(to right, hsl(68, 17%, 92%), hsl(68, 17%, 72%));
gradient dark
background: linear-gradient(to right, hsl(68, 17%, 72%), hsl(68, 17%, 52%))
hex
background-color: #C1C4AB;
tailwind
bg-[hsl(68,17%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 17%, 72%, 0.4);
css variable
--color-primary: hsl(68, 17%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 17%, 72%)?
HEX: #C1C4AB | RGB: rgb(193, 196, 171) | CMYK: 2%, 0%, 13%, 23% | HSV: 67°, 13%, 77%. Copy any format from the conversion table above.
What colors go well with #C1C4AB?
The complementary color is HSL(248, 17%, 72%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 17%, 72%) in CSS?
As HSL: color: hsl(68, 17%, 72%); — As HEX: color: #C1C4AB; — As RGB: color: rgb(193, 196, 171); — Tailwind CSS: bg-[hsl(68,17%,72%)] — CSS variable: --color-primary: hsl(68, 17%, 72%);