HSL(108, 20%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(108,20%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(108, 20%, 82%) | color: hsl(108, 20%, 82%) | |
| HEX | #CCDAC8 | color: #CCDAC8 | |
| RGB | rgb(204, 218, 200) | color: rgb(204, 218, 200) | |
| CMYK | cmyk(6%, 0%, 8%, 15%) | — | |
| HSV | hsv(107, 8%, 85%) | — | |
| HWB | hwb(107 78% 15%) | color: hwb(107 78% 15%) | |
| OKLCH | oklch(0.8728 0.0287 138.73) | color: oklch(0.8728 0.0287 138.73) | |
| Lab | lab(85.58 -7.98 7.24) | color: lab(85.58 -7.98 7.24) | |
| LCH | lch(85.58 10.77 137.78) | color: lch(85.58 10.77 137.78) |
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)
#D2D2CC — rgb(210, 210, 204)
Deuteranopia (Green-blind)
#D1D0CD — rgb(209, 208, 205)
Tritanopia (Blue-blind)
#CDD0D1 — rgb(205, 208, 209)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(108, 20%, 82%);
text
color: hsl(108, 20%, 82%);
border
border: 2px solid hsl(108, 20%, 82%);
gradient light
background: linear-gradient(to right, hsl(108, 20%, 100%), hsl(108, 20%, 82%));
gradient dark
background: linear-gradient(to right, hsl(108, 20%, 82%), hsl(108, 20%, 62%))
hex
background-color: #CCDAC8;
tailwind
bg-[hsl(108,20%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(108, 20%, 82%, 0.4);
css variable
--color-primary: hsl(108, 20%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(108, 20%, 82%)?
HEX: #CCDAC8 | RGB: rgb(204, 218, 200) | CMYK: 6%, 0%, 8%, 15% | HSV: 107°, 8%, 85%. Copy any format from the conversion table above.
What colors go well with #CCDAC8?
The complementary color is HSL(288, 20%, 82%). For a triadic harmony, use hues 108°, 228°, and 348°. For analogous combinations, try hues 78° and 138°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(108, 20%, 82%) in CSS?
As HSL: color: hsl(108, 20%, 82%); — As HEX: color: #CCDAC8; — As RGB: color: rgb(204, 218, 200); — Tailwind CSS: bg-[hsl(108,20%,82%)] — CSS variable: --color-primary: hsl(108, 20%, 82%);