HSL(92, 22%, 84%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,22%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 22%, 84%) | color: hsl(92, 22%, 84%) | |
| HEX | #D6DFCD | color: #D6DFCD | |
| RGB | rgb(214, 223, 205) | color: rgb(214, 223, 205) | |
| CMYK | cmyk(4%, 0%, 8%, 13%) | — | |
| HSV | hsv(90, 8%, 87%) | — | |
| HWB | hwb(90 80% 13%) | color: hwb(90 80% 13%) | |
| OKLCH | oklch(0.8918 0.0261 128.79) | color: oklch(0.8918 0.0261 128.79) | |
| Lab | lab(87.72 -6.23 7.78) | color: lab(87.72 -6.23 7.78) | |
| LCH | lch(87.72 9.97 128.69) | color: lch(87.72 9.97 128.69) |
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)
#DADAD1 — rgb(218, 218, 209)
Deuteranopia (Green-blind)
#D9D9D2 — rgb(217, 217, 210)
Tritanopia (Blue-blind)
#D6D5D6 — rgb(214, 213, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 22%, 84%);
text
color: hsl(92, 22%, 84%);
border
border: 2px solid hsl(92, 22%, 84%);
gradient light
background: linear-gradient(to right, hsl(92, 22%, 100%), hsl(92, 22%, 84%));
gradient dark
background: linear-gradient(to right, hsl(92, 22%, 84%), hsl(92, 22%, 64%))
hex
background-color: #D6DFCD;
tailwind
bg-[hsl(92,22%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 22%, 84%, 0.4);
css variable
--color-primary: hsl(92, 22%, 84%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 22%, 84%)?
HEX: #D6DFCD | RGB: rgb(214, 223, 205) | CMYK: 4%, 0%, 8%, 13% | HSV: 90°, 8%, 87%. Copy any format from the conversion table above.
What colors go well with #D6DFCD?
The complementary color is HSL(272, 22%, 84%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 22%, 84%) in CSS?
As HSL: color: hsl(92, 22%, 84%); — As HEX: color: #D6DFCD; — As RGB: color: rgb(214, 223, 205); — Tailwind CSS: bg-[hsl(92,22%,84%)] — CSS variable: --color-primary: hsl(92, 22%, 84%);