HSL(67, 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(67,17%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 17%, 79%) | color: hsl(67, 17%, 79%) | |
| HEX | #D0D3C0 | color: #D0D3C0 | |
| RGB | rgb(208, 211, 192) | color: rgb(208, 211, 192) | |
| CMYK | cmyk(1%, 0%, 9%, 17%) | — | |
| HSV | hsv(69, 9%, 83%) | — | |
| HWB | hwb(69 76% 17%) | color: hwb(69 76% 17%) | |
| OKLCH | oklch(0.8593 0.0259 114.23) | color: oklch(0.8593 0.0259 114.23) | |
| Lab | lab(83.86 -4.36 9.06) | color: lab(83.86 -4.36 9.06) | |
| LCH | lch(83.86 10.05 115.7) | color: lch(83.86 10.05 115.7) |
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)
#D1D1C5 — rgb(209, 209, 197)
Deuteranopia (Green-blind)
#D1D1C6 — rgb(209, 209, 198)
Tritanopia (Blue-blind)
#D0C8C9 — rgb(208, 200, 201)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 17%, 79%);
text
color: hsl(67, 17%, 79%);
border
border: 2px solid hsl(67, 17%, 79%);
gradient light
background: linear-gradient(to right, hsl(67, 17%, 99%), hsl(67, 17%, 79%));
gradient dark
background: linear-gradient(to right, hsl(67, 17%, 79%), hsl(67, 17%, 59%))
hex
background-color: #D0D3C0;
tailwind
bg-[hsl(67,17%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 17%, 79%, 0.4);
css variable
--color-primary: hsl(67, 17%, 79%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 17%, 79%)?
HEX: #D0D3C0 | RGB: rgb(208, 211, 192) | CMYK: 1%, 0%, 9%, 17% | HSV: 69°, 9%, 83%. Copy any format from the conversion table above.
What colors go well with #D0D3C0?
The complementary color is HSL(247, 17%, 79%). 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, 17%, 79%) in CSS?
As HSL: color: hsl(67, 17%, 79%); — As HEX: color: #D0D3C0; — As RGB: color: rgb(208, 211, 192); — Tailwind CSS: bg-[hsl(67,17%,79%)] — CSS variable: --color-primary: hsl(67, 17%, 79%);