HSL(60, 5%, 25%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(60,5%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(60, 5%, 25%) | color: hsl(60, 5%, 25%) | |
| HEX | #43433D | color: #43433D | |
| RGB | rgb(67, 67, 61) | color: rgb(67, 67, 61) | |
| CMYK | cmyk(0%, 0%, 9%, 74%) | — | |
| HSV | hsv(60, 9%, 26%) | — | |
| HWB | hwb(60 24% 74%) | color: hwb(60 24% 74%) | |
| OKLCH | oklch(0.3809 0.01 106.86) | color: oklch(0.3809 0.01 106.86) | |
| Lab | lab(28.23 -1.28 3.65) | color: lab(28.23 -1.28 3.65) | |
| LCH | lch(28.23 3.87 109.32) | color: lch(28.23 3.87 109.32) |
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)
#43433E — rgb(67, 67, 62)
Deuteranopia (Green-blind)
#43433F — rgb(67, 67, 63)
Tritanopia (Blue-blind)
#434040 — rgb(67, 64, 64)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(60, 5%, 25%);
text
color: hsl(60, 5%, 25%);
border
border: 2px solid hsl(60, 5%, 25%);
gradient light
background: linear-gradient(to right, hsl(60, 5%, 45%), hsl(60, 5%, 25%));
gradient dark
background: linear-gradient(to right, hsl(60, 5%, 25%), hsl(60, 5%, 5%))
hex
background-color: #43433D;
tailwind
bg-[hsl(60,5%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(60, 5%, 25%, 0.4);
css variable
--color-primary: hsl(60, 5%, 25%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(60, 5%, 25%)?
HEX: #43433D | RGB: rgb(67, 67, 61) | CMYK: 0%, 0%, 9%, 74% | HSV: 60°, 9%, 26%. Copy any format from the conversion table above.
What colors go well with #43433D?
The complementary color is HSL(240, 5%, 25%). For a triadic harmony, use hues 60°, 180°, and 300°. For analogous combinations, try hues 30° and 90°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(60, 5%, 25%) in CSS?
As HSL: color: hsl(60, 5%, 25%); — As HEX: color: #43433D; — As RGB: color: rgb(67, 67, 61); — Tailwind CSS: bg-[hsl(60,5%,25%)] — CSS variable: --color-primary: hsl(60, 5%, 25%);