HSL(62, 9%, 25%)
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(62,9%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(62, 9%, 25%) | color: hsl(62, 9%, 25%) | |
| HEX | #45453A | color: #45453A | |
| RGB | rgb(69, 69, 58) | color: rgb(69, 69, 58) | |
| CMYK | cmyk(0%, 0%, 16%, 73%) | — | |
| HSV | hsv(60, 16%, 27%) | — | |
| HWB | hwb(60 23% 73%) | color: hwb(60 23% 73%) | |
| OKLCH | oklch(0.3869 0.018 107.21) | color: oklch(0.3869 0.018 107.21) | |
| Lab | lab(28.97 -2.27 6.66) | color: lab(28.97 -2.27 6.66) | |
| LCH | lch(28.97 7.04 108.82) | color: lch(28.97 7.04 108.82) |
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)
#45453D — rgb(69, 69, 61)
Deuteranopia (Green-blind)
#45453D — rgb(69, 69, 61)
Tritanopia (Blue-blind)
#453F3F — rgb(69, 63, 63)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(62, 9%, 25%);
text
color: hsl(62, 9%, 25%);
border
border: 2px solid hsl(62, 9%, 25%);
gradient light
background: linear-gradient(to right, hsl(62, 9%, 45%), hsl(62, 9%, 25%));
gradient dark
background: linear-gradient(to right, hsl(62, 9%, 25%), hsl(62, 9%, 5%))
hex
background-color: #45453A;
tailwind
bg-[hsl(62,9%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(62, 9%, 25%, 0.4);
css variable
--color-primary: hsl(62, 9%, 25%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(62, 9%, 25%)?
HEX: #45453A | RGB: rgb(69, 69, 58) | CMYK: 0%, 0%, 16%, 73% | HSV: 60°, 16%, 27%. Copy any format from the conversion table above.
What colors go well with #45453A?
The complementary color is HSL(242, 9%, 25%). For a triadic harmony, use hues 62°, 182°, and 302°. For analogous combinations, try hues 32° and 92°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(62, 9%, 25%) in CSS?
As HSL: color: hsl(62, 9%, 25%); — As HEX: color: #45453A; — As RGB: color: rgb(69, 69, 58); — Tailwind CSS: bg-[hsl(62,9%,25%)] — CSS variable: --color-primary: hsl(62, 9%, 25%);