HSL(84, 20%, 79%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(84,20%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 20%, 79%) | color: hsl(84, 20%, 79%) | |
| HEX | #CCD4BF | color: #CCD4BF | |
| RGB | rgb(204, 212, 191) | color: rgb(204, 212, 191) | |
| CMYK | cmyk(4%, 0%, 10%, 17%) | — | |
| HSV | hsv(83, 10%, 83%) | — | |
| HWB | hwb(83 75% 17%) | color: hwb(83 75% 17%) | |
| OKLCH | oklch(0.858 0.0297 124.06) | color: oklch(0.858 0.0297 124.06) | |
| Lab | lab(83.8 -6.45 9.46) | color: lab(83.8 -6.45 9.46) | |
| LCH | lch(83.8 11.45 124.29) | color: lch(83.8 11.45 124.29) |
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)
#CFD0C4 — rgb(207, 208, 196)
Deuteranopia (Green-blind)
#CFCEC5 — rgb(207, 206, 197)
Tritanopia (Blue-blind)
#CCC8C9 — rgb(204, 200, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 20%, 79%);
text
color: hsl(84, 20%, 79%);
border
border: 2px solid hsl(84, 20%, 79%);
gradient light
background: linear-gradient(to right, hsl(84, 20%, 99%), hsl(84, 20%, 79%));
gradient dark
background: linear-gradient(to right, hsl(84, 20%, 79%), hsl(84, 20%, 59%))
hex
background-color: #CCD4BF;
tailwind
bg-[hsl(84,20%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 20%, 79%, 0.4);
css variable
--color-primary: hsl(84, 20%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(84, 20%, 79%)?
HEX: #CCD4BF | RGB: rgb(204, 212, 191) | CMYK: 4%, 0%, 10%, 17% | HSV: 83°, 10%, 83%. Copy any format from the conversion table above.
What colors go well with #CCD4BF?
The complementary color is HSL(264, 20%, 79%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 20%, 79%) in CSS?
As HSL: color: hsl(84, 20%, 79%); — As HEX: color: #CCD4BF; — As RGB: color: rgb(204, 212, 191); — Tailwind CSS: bg-[hsl(84,20%,79%)] — CSS variable: --color-primary: hsl(84, 20%, 79%);