HSL(63, 9%, 35%)
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(63,9%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(63, 9%, 35%) | color: hsl(63, 9%, 35%) | |
| HEX | #606151 | color: #606151 | |
| RGB | rgb(96, 97, 81) | color: rgb(96, 97, 81) | |
| CMYK | cmyk(1%, 0%, 16%, 62%) | — | |
| HSV | hsv(64, 16%, 38%) | — | |
| HWB | hwb(64 32% 62%) | color: hwb(64 32% 62%) | |
| OKLCH | oklch(0.4869 0.0248 110.21) | color: oklch(0.4869 0.0248 110.21) | |
| Lab | lab(40.62 -3.51 9.01) | color: lab(40.62 -3.51 9.01) | |
| LCH | lch(40.62 9.67 111.28) | color: lch(40.62 9.67 111.28) |
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)
#606055 — rgb(96, 96, 85)
Deuteranopia (Green-blind)
#606056 — rgb(96, 96, 86)
Tritanopia (Blue-blind)
#605859 — rgb(96, 88, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(63, 9%, 35%);
text
color: hsl(63, 9%, 35%);
border
border: 2px solid hsl(63, 9%, 35%);
gradient light
background: linear-gradient(to right, hsl(63, 9%, 55%), hsl(63, 9%, 35%));
gradient dark
background: linear-gradient(to right, hsl(63, 9%, 35%), hsl(63, 9%, 15%))
hex
background-color: #606151;
tailwind
bg-[hsl(63,9%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(63, 9%, 35%, 0.4);
css variable
--color-primary: hsl(63, 9%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(63, 9%, 35%)?
HEX: #606151 | RGB: rgb(96, 97, 81) | CMYK: 1%, 0%, 16%, 62% | HSV: 64°, 16%, 38%. Copy any format from the conversion table above.
What colors go well with #606151?
The complementary color is HSL(243, 9%, 35%). For a triadic harmony, use hues 63°, 183°, and 303°. For analogous combinations, try hues 33° and 93°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(63, 9%, 35%) in CSS?
As HSL: color: hsl(63, 9%, 35%); — As HEX: color: #606151; — As RGB: color: rgb(96, 97, 81); — Tailwind CSS: bg-[hsl(63,9%,35%)] — CSS variable: --color-primary: hsl(63, 9%, 35%);