HSL(82, 17%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(82,17%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 17%, 79%) | color: hsl(82, 17%, 79%) | |
| HEX | #CCD3C0 | color: #CCD3C0 | |
| RGB | rgb(204, 211, 192) | color: rgb(204, 211, 192) | |
| CMYK | cmyk(3%, 0%, 9%, 17%) | — | |
| HSV | hsv(82, 9%, 83%) | — | |
| HWB | hwb(82 76% 17%) | color: hwb(82 76% 17%) | |
| OKLCH | oklch(0.8562 0.0269 123.48) | color: oklch(0.8562 0.0269 123.48) | |
| Lab | lab(83.56 -5.77 8.59) | color: lab(83.56 -5.77 8.59) | |
| LCH | lch(83.56 10.35 123.89) | color: lch(83.56 10.35 123.89) |
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)
#CFCFC5 — rgb(207, 207, 197)
Deuteranopia (Green-blind)
#CFCEC6 — rgb(207, 206, 198)
Tritanopia (Blue-blind)
#CCC8C9 — rgb(204, 200, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 17%, 79%);
text
color: hsl(82, 17%, 79%);
border
border: 2px solid hsl(82, 17%, 79%);
gradient light
background: linear-gradient(to right, hsl(82, 17%, 99%), hsl(82, 17%, 79%));
gradient dark
background: linear-gradient(to right, hsl(82, 17%, 79%), hsl(82, 17%, 59%))
hex
background-color: #CCD3C0;
tailwind
bg-[hsl(82,17%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 17%, 79%, 0.4);
css variable
--color-primary: hsl(82, 17%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 17%, 79%)?
HEX: #CCD3C0 | RGB: rgb(204, 211, 192) | CMYK: 3%, 0%, 9%, 17% | HSV: 82°, 9%, 83%. Copy any format from the conversion table above.
What colors go well with #CCD3C0?
The complementary color is HSL(262, 17%, 79%). 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, 17%, 79%) in CSS?
As HSL: color: hsl(82, 17%, 79%); — As HEX: color: #CCD3C0; — As RGB: color: rgb(204, 211, 192); — Tailwind CSS: bg-[hsl(82,17%,79%)] — CSS variable: --color-primary: hsl(82, 17%, 79%);