HSL(87, 16%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(87,16%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 16%, 80%) | color: hsl(87, 16%, 80%) | |
| HEX | #CDD4C4 | color: #CDD4C4 | |
| RGB | rgb(205, 212, 196) | color: rgb(205, 212, 196) | |
| CMYK | cmyk(3%, 0%, 8%, 17%) | — | |
| HSV | hsv(86, 8%, 83%) | — | |
| HWB | hwb(86 76% 17%) | color: hwb(86 76% 17%) | |
| OKLCH | oklch(0.8601 0.023 126.27) | color: oklch(0.8601 0.023 126.27) | |
| Lab | lab(83.99 -5.25 7.09) | color: lab(83.99 -5.25 7.09) | |
| LCH | lch(83.99 8.82 126.52) | color: lch(83.99 8.82 126.52) |
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)
#D0D0C8 — rgb(208, 208, 200)
Deuteranopia (Green-blind)
#D0CFC9 — rgb(208, 207, 201)
Tritanopia (Blue-blind)
#CDCBCC — rgb(205, 203, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 16%, 80%);
text
color: hsl(87, 16%, 80%);
border
border: 2px solid hsl(87, 16%, 80%);
gradient light
background: linear-gradient(to right, hsl(87, 16%, 100%), hsl(87, 16%, 80%));
gradient dark
background: linear-gradient(to right, hsl(87, 16%, 80%), hsl(87, 16%, 60%))
hex
background-color: #CDD4C4;
tailwind
bg-[hsl(87,16%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 16%, 80%, 0.4);
css variable
--color-primary: hsl(87, 16%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 16%, 80%)?
HEX: #CDD4C4 | RGB: rgb(205, 212, 196) | CMYK: 3%, 0%, 8%, 17% | HSV: 86°, 8%, 83%. Copy any format from the conversion table above.
What colors go well with #CDD4C4?
The complementary color is HSL(267, 16%, 80%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 16%, 80%) in CSS?
As HSL: color: hsl(87, 16%, 80%); — As HEX: color: #CDD4C4; — As RGB: color: rgb(205, 212, 196); — Tailwind CSS: bg-[hsl(87,16%,80%)] — CSS variable: --color-primary: hsl(87, 16%, 80%);