HSL(67, 22%, 85%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,22%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 22%, 85%) | color: hsl(67, 22%, 85%) | |
| HEX | #DFE1D0 | color: #DFE1D0 | |
| RGB | rgb(223, 225, 208) | color: rgb(223, 225, 208) | |
| CMYK | cmyk(1%, 0%, 8%, 12%) | — | |
| HSV | hsv(67, 8%, 88%) | — | |
| HWB | hwb(67 81% 12%) | color: hwb(67 81% 12%) | |
| OKLCH | oklch(0.9036 0.0228 112.3) | color: oklch(0.9036 0.0228 112.3) | |
| Lab | lab(88.97 -3.63 8.08) | color: lab(88.97 -3.63 8.08) | |
| LCH | lch(88.97 8.86 114.19) | color: lch(88.97 8.86 114.19) |
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)
#E0E0D4 — rgb(224, 224, 212)
Deuteranopia (Green-blind)
#E0E0D5 — rgb(224, 224, 213)
Tritanopia (Blue-blind)
#DFD7D8 — rgb(223, 215, 216)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 22%, 85%);
text
color: hsl(67, 22%, 85%);
border
border: 2px solid hsl(67, 22%, 85%);
gradient light
background: linear-gradient(to right, hsl(67, 22%, 100%), hsl(67, 22%, 85%));
gradient dark
background: linear-gradient(to right, hsl(67, 22%, 85%), hsl(67, 22%, 65%))
hex
background-color: #DFE1D0;
tailwind
bg-[hsl(67,22%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 22%, 85%, 0.4);
css variable
--color-primary: hsl(67, 22%, 85%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 22%, 85%)?
HEX: #DFE1D0 | RGB: rgb(223, 225, 208) | CMYK: 1%, 0%, 8%, 12% | HSV: 67°, 8%, 88%. Copy any format from the conversion table above.
What colors go well with #DFE1D0?
The complementary color is HSL(247, 22%, 85%). 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, 22%, 85%) in CSS?
As HSL: color: hsl(67, 22%, 85%); — As HEX: color: #DFE1D0; — As RGB: color: rgb(223, 225, 208); — Tailwind CSS: bg-[hsl(67,22%,85%)] — CSS variable: --color-primary: hsl(67, 22%, 85%);