HSL(43, 10%, 28%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(43,10%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 10%, 28%) | color: hsl(43, 10%, 28%) | |
| HEX | #4F4A40 | color: #4F4A40 | |
| RGB | rgb(79, 74, 64) | color: rgb(79, 74, 64) | |
| CMYK | cmyk(0%, 6%, 19%, 69%) | — | |
| HSV | hsv(40, 19%, 31%) | — | |
| HWB | hwb(40 25% 69%) | color: hwb(40 25% 69%) | |
| OKLCH | oklch(0.4108 0.0175 84.58) | color: oklch(0.4108 0.0175 84.58) | |
| Lab | lab(31.65 0.12 6.73) | color: lab(31.65 0.12 6.73) | |
| LCH | lch(31.65 6.73 88.98) | color: lch(31.65 6.73 88.98) |
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)
#4D4D42 — rgb(77, 77, 66)
Deuteranopia (Green-blind)
#4D4E43 — rgb(77, 78, 67)
Tritanopia (Blue-blind)
#4F4445 — rgb(79, 68, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 10%, 28%);
text
color: hsl(43, 10%, 28%);
border
border: 2px solid hsl(43, 10%, 28%);
gradient light
background: linear-gradient(to right, hsl(43, 10%, 48%), hsl(43, 10%, 28%));
gradient dark
background: linear-gradient(to right, hsl(43, 10%, 28%), hsl(43, 10%, 8%))
hex
background-color: #4F4A40;
tailwind
bg-[hsl(43,10%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 10%, 28%, 0.4);
css variable
--color-primary: hsl(43, 10%, 28%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 10%, 28%)?
HEX: #4F4A40 | RGB: rgb(79, 74, 64) | CMYK: 0%, 6%, 19%, 69% | HSV: 40°, 19%, 31%. Copy any format from the conversion table above.
What colors go well with #4F4A40?
The complementary color is HSL(223, 10%, 28%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 10%, 28%) in CSS?
As HSL: color: hsl(43, 10%, 28%); — As HEX: color: #4F4A40; — As RGB: color: rgb(79, 74, 64); — Tailwind CSS: bg-[hsl(43,10%,28%)] — CSS variable: --color-primary: hsl(43, 10%, 28%);