HSL(84, 10%, 67%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(84,10%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(84, 10%, 67%) | color: hsl(84, 10%, 67%) | |
| HEX | #ADB3A2 | color: #ADB3A2 | |
| RGB | rgb(173, 179, 162) | color: rgb(173, 179, 162) | |
| CMYK | cmyk(3%, 0%, 9%, 30%) | — | |
| HSV | hsv(81, 9%, 70%) | — | |
| HWB | hwb(81 64% 30%) | color: hwb(81 64% 30%) | |
| OKLCH | oklch(0.7571 0.0247 122.85) | color: oklch(0.7571 0.0247 122.85) | |
| Lab | lab(72.05 -5.22 7.96) | color: lab(72.05 -5.22 7.96) | |
| LCH | lch(72.05 9.52 123.26) | color: lch(72.05 9.52 123.26) |
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)
#B0B0A6 — rgb(176, 176, 166)
Deuteranopia (Green-blind)
#AFAFA7 — rgb(175, 175, 167)
Tritanopia (Blue-blind)
#ADA9AA — rgb(173, 169, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(84, 10%, 67%);
text
color: hsl(84, 10%, 67%);
border
border: 2px solid hsl(84, 10%, 67%);
gradient light
background: linear-gradient(to right, hsl(84, 10%, 87%), hsl(84, 10%, 67%));
gradient dark
background: linear-gradient(to right, hsl(84, 10%, 67%), hsl(84, 10%, 47%))
hex
background-color: #ADB3A2;
tailwind
bg-[hsl(84,10%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(84, 10%, 67%, 0.4);
css variable
--color-primary: hsl(84, 10%, 67%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(84, 10%, 67%)?
HEX: #ADB3A2 | RGB: rgb(173, 179, 162) | CMYK: 3%, 0%, 9%, 30% | HSV: 81°, 9%, 70%. Copy any format from the conversion table above.
What colors go well with #ADB3A2?
The complementary color is HSL(264, 10%, 67%). For a triadic harmony, use hues 84°, 204°, and 324°. For analogous combinations, try hues 54° and 114°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(84, 10%, 67%) in CSS?
As HSL: color: hsl(84, 10%, 67%); — As HEX: color: #ADB3A2; — As RGB: color: rgb(173, 179, 162); — Tailwind CSS: bg-[hsl(84,10%,67%)] — CSS variable: --color-primary: hsl(84, 10%, 67%);