HSL(202, 6%, 29%)
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(202,6%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 6%, 29%) | color: hsl(202, 6%, 29%) | |
| HEX | #464B4E | color: #464B4E | |
| RGB | rgb(70, 75, 78) | color: rgb(70, 75, 78) | |
| CMYK | cmyk(10%, 4%, 0%, 69%) | — | |
| HSV | hsv(203, 10%, 31%) | — | |
| HWB | hwb(203 28% 69%) | color: hwb(203 28% 69%) | |
| OKLCH | oklch(0.4093 0.0083 233.84) | color: oklch(0.4093 0.0083 233.84) | |
| Lab | lab(31.54 -1.33 -2.48) | color: lab(31.54 -1.33 -2.48) | |
| LCH | lch(31.54 2.81 241.8) | color: lch(31.54 2.81 241.8) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#48484D — rgb(72, 72, 77)
Deuteranopia (Green-blind)
#48484D — rgb(72, 72, 77)
Tritanopia (Blue-blind)
#464D4D — rgb(70, 77, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 6%, 29%);
text
color: hsl(202, 6%, 29%);
border
border: 2px solid hsl(202, 6%, 29%);
gradient light
background: linear-gradient(to right, hsl(202, 6%, 49%), hsl(202, 6%, 29%));
gradient dark
background: linear-gradient(to right, hsl(202, 6%, 29%), hsl(202, 6%, 9%))
hex
background-color: #464B4E;
tailwind
bg-[hsl(202,6%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 6%, 29%, 0.4);
css variable
--color-primary: hsl(202, 6%, 29%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(202, 6%, 29%)?
HEX: #464B4E | RGB: rgb(70, 75, 78) | CMYK: 10%, 4%, 0%, 69% | HSV: 203°, 10%, 31%. Copy any format from the conversion table above.
What colors go well with #464B4E?
The complementary color is HSL(22, 6%, 29%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 6%, 29%) in CSS?
As HSL: color: hsl(202, 6%, 29%); — As HEX: color: #464B4E; — As RGB: color: rgb(70, 75, 78); — Tailwind CSS: bg-[hsl(202,6%,29%)] — CSS variable: --color-primary: hsl(202, 6%, 29%);