HSL(67, 15%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(67,15%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 15%, 80%) | color: hsl(67, 15%, 80%) | |
| HEX | #D2D4C4 | color: #D2D4C4 | |
| RGB | rgb(210, 212, 196) | color: rgb(210, 212, 196) | |
| CMYK | cmyk(1%, 0%, 8%, 17%) | — | |
| HSV | hsv(68, 8%, 83%) | — | |
| HWB | hwb(68 76% 17%) | color: hwb(68 76% 17%) | |
| OKLCH | oklch(0.864 0.0218 112.63) | color: oklch(0.864 0.0218 112.63) | |
| Lab | lab(84.37 -3.5 7.68) | color: lab(84.37 -3.5 7.68) | |
| LCH | lch(84.37 8.44 114.5) | color: lch(84.37 8.44 114.5) |
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)
#D3D3C8 — rgb(211, 211, 200)
Deuteranopia (Green-blind)
#D3D3C9 — rgb(211, 211, 201)
Tritanopia (Blue-blind)
#D2CBCC — rgb(210, 203, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 15%, 80%);
text
color: hsl(67, 15%, 80%);
border
border: 2px solid hsl(67, 15%, 80%);
gradient light
background: linear-gradient(to right, hsl(67, 15%, 100%), hsl(67, 15%, 80%));
gradient dark
background: linear-gradient(to right, hsl(67, 15%, 80%), hsl(67, 15%, 60%))
hex
background-color: #D2D4C4;
tailwind
bg-[hsl(67,15%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 15%, 80%, 0.4);
css variable
--color-primary: hsl(67, 15%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 15%, 80%)?
HEX: #D2D4C4 | RGB: rgb(210, 212, 196) | CMYK: 1%, 0%, 8%, 17% | HSV: 68°, 8%, 83%. Copy any format from the conversion table above.
What colors go well with #D2D4C4?
The complementary color is HSL(247, 15%, 80%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 15%, 80%) in CSS?
As HSL: color: hsl(67, 15%, 80%); — As HEX: color: #D2D4C4; — As RGB: color: rgb(210, 212, 196); — Tailwind CSS: bg-[hsl(67,15%,80%)] — CSS variable: --color-primary: hsl(67, 15%, 80%);