HSL(283, 1%, 38%)
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(283,1%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 1%, 38%) | color: hsl(283, 1%, 38%) | |
| HEX | #616062 | color: #616062 | |
| RGB | rgb(97, 96, 98) | color: rgb(97, 96, 98) | |
| CMYK | cmyk(1%, 2%, 0%, 62%) | — | |
| HSV | hsv(270, 2%, 38%) | — | |
| HWB | hwb(270 37% 62%) | color: hwb(270 37% 62%) | |
| OKLCH | oklch(0.4906 0.0034 308.38) | color: oklch(0.4906 0.0034 308.38) | |
| Lab | lab(40.88 0.81 -1) | color: lab(40.88 0.81 -1) | |
| LCH | lch(40.88 1.29 309.01) | color: lch(40.88 1.29 309.01) |
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)
#616162 — rgb(97, 97, 98)
Deuteranopia (Green-blind)
#616161 — rgb(97, 97, 97)
Tritanopia (Blue-blind)
#616161 — rgb(97, 97, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 1%, 38%);
text
color: hsl(283, 1%, 38%);
border
border: 2px solid hsl(283, 1%, 38%);
gradient light
background: linear-gradient(to right, hsl(283, 1%, 58%), hsl(283, 1%, 38%));
gradient dark
background: linear-gradient(to right, hsl(283, 1%, 38%), hsl(283, 1%, 18%))
hex
background-color: #616062;
tailwind
bg-[hsl(283,1%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 1%, 38%, 0.4);
css variable
--color-primary: hsl(283, 1%, 38%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(283, 1%, 38%)?
HEX: #616062 | RGB: rgb(97, 96, 98) | CMYK: 1%, 2%, 0%, 62% | HSV: 270°, 2%, 38%. Copy any format from the conversion table above.
What colors go well with #616062?
The complementary color is HSL(103, 1%, 38%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 1%, 38%) in CSS?
As HSL: color: hsl(283, 1%, 38%); — As HEX: color: #616062; — As RGB: color: rgb(97, 96, 98); — Tailwind CSS: bg-[hsl(283,1%,38%)] — CSS variable: --color-primary: hsl(283, 1%, 38%);