HSL(43, 12%, 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,12%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 12%, 28%) | color: hsl(43, 12%, 28%) | |
| HEX | #504B3F | color: #504B3F | |
| RGB | rgb(80, 75, 63) | color: rgb(80, 75, 63) | |
| CMYK | cmyk(0%, 6%, 21%, 69%) | — | |
| HSV | hsv(42, 21%, 31%) | — | |
| HWB | hwb(42 24% 69%) | color: hwb(42 24% 69%) | |
| OKLCH | oklch(0.414 0.0204 88.08) | color: oklch(0.414 0.0204 88.08) | |
| Lab | lab(32.03 -0.24 7.91) | color: lab(32.03 -0.24 7.91) | |
| LCH | lch(32.03 7.91 91.74) | color: lch(32.03 7.91 91.74) |
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)
#4E4E42 — rgb(78, 78, 66)
Deuteranopia (Green-blind)
#4E4F43 — rgb(78, 79, 67)
Tritanopia (Blue-blind)
#504445 — rgb(80, 68, 69)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 12%, 28%);
text
color: hsl(43, 12%, 28%);
border
border: 2px solid hsl(43, 12%, 28%);
gradient light
background: linear-gradient(to right, hsl(43, 12%, 48%), hsl(43, 12%, 28%));
gradient dark
background: linear-gradient(to right, hsl(43, 12%, 28%), hsl(43, 12%, 8%))
hex
background-color: #504B3F;
tailwind
bg-[hsl(43,12%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 12%, 28%, 0.4);
css variable
--color-primary: hsl(43, 12%, 28%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 12%, 28%)?
HEX: #504B3F | RGB: rgb(80, 75, 63) | CMYK: 0%, 6%, 21%, 69% | HSV: 42°, 21%, 31%. Copy any format from the conversion table above.
What colors go well with #504B3F?
The complementary color is HSL(223, 12%, 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, 12%, 28%) in CSS?
As HSL: color: hsl(43, 12%, 28%); — As HEX: color: #504B3F; — As RGB: color: rgb(80, 75, 63); — Tailwind CSS: bg-[hsl(43,12%,28%)] — CSS variable: --color-primary: hsl(43, 12%, 28%);