HSL(143, 6%, 63%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(143,6%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 6%, 63%) | color: hsl(143, 6%, 63%) | |
| HEX | #9BA69F | color: #9BA69F | |
| RGB | rgb(155, 166, 159) | color: rgb(155, 166, 159) | |
| CMYK | cmyk(7%, 0%, 4%, 35%) | — | |
| HSV | hsv(142, 7%, 65%) | — | |
| HWB | hwb(142 60% 35%) | color: hwb(142 60% 35%) | |
| OKLCH | oklch(0.7143 0.016 158.1) | color: oklch(0.7143 0.016 158.1) | |
| Lab | lab(67.08 -5.25 2.28) | color: lab(67.08 -5.25 2.28) | |
| LCH | lch(67.08 5.72 156.53) | color: lch(67.08 5.72 156.53) |
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)
#A0A0A1 — rgb(160, 160, 161)
Deuteranopia (Green-blind)
#9F9EA1 — rgb(159, 158, 161)
Tritanopia (Blue-blind)
#9CA2A2 — rgb(156, 162, 162)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 6%, 63%);
text
color: hsl(143, 6%, 63%);
border
border: 2px solid hsl(143, 6%, 63%);
gradient light
background: linear-gradient(to right, hsl(143, 6%, 83%), hsl(143, 6%, 63%));
gradient dark
background: linear-gradient(to right, hsl(143, 6%, 63%), hsl(143, 6%, 43%))
hex
background-color: #9BA69F;
tailwind
bg-[hsl(143,6%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 6%, 63%, 0.4);
css variable
--color-primary: hsl(143, 6%, 63%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(143, 6%, 63%)?
HEX: #9BA69F | RGB: rgb(155, 166, 159) | CMYK: 7%, 0%, 4%, 35% | HSV: 142°, 7%, 65%. Copy any format from the conversion table above.
What colors go well with #9BA69F?
The complementary color is HSL(323, 6%, 63%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 6%, 63%) in CSS?
As HSL: color: hsl(143, 6%, 63%); — As HEX: color: #9BA69F; — As RGB: color: rgb(155, 166, 159); — Tailwind CSS: bg-[hsl(143,6%,63%)] — CSS variable: --color-primary: hsl(143, 6%, 63%);