HSL(43, 10%, 53%)
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%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 10%, 53%) | color: hsl(43, 10%, 53%) | |
| HEX | #938C7B | color: #938C7B | |
| RGB | rgb(147, 140, 123) | color: rgb(147, 140, 123) | |
| CMYK | cmyk(0%, 5%, 16%, 42%) | — | |
| HSV | hsv(43, 16%, 58%) | — | |
| HWB | hwb(43 49% 42%) | color: hwb(43 49% 42%) | |
| OKLCH | oklch(0.6413 0.026 88.28) | color: oklch(0.6413 0.026 88.28) | |
| Lab | lab(58.41 -0.41 10.02) | color: lab(58.41 -0.41 10.02) | |
| LCH | lch(58.41 10.03 92.34) | color: lch(58.41 10.03 92.34) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#90907F — rgb(144, 144, 127)
Deuteranopia (Green-blind)
#909180 — rgb(144, 145, 128)
Tritanopia (Blue-blind)
#938283 — rgb(147, 130, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 10%, 53%);
text
color: hsl(43, 10%, 53%);
border
border: 2px solid hsl(43, 10%, 53%);
gradient light
background: linear-gradient(to right, hsl(43, 10%, 73%), hsl(43, 10%, 53%));
gradient dark
background: linear-gradient(to right, hsl(43, 10%, 53%), hsl(43, 10%, 33%))
hex
background-color: #938C7B;
tailwind
bg-[hsl(43,10%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 10%, 53%, 0.4);
css variable
--color-primary: hsl(43, 10%, 53%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 10%, 53%)?
HEX: #938C7B | RGB: rgb(147, 140, 123) | CMYK: 0%, 5%, 16%, 42% | HSV: 43°, 16%, 58%. Copy any format from the conversion table above.
What colors go well with #938C7B?
The complementary color is HSL(223, 10%, 53%). 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%, 53%) in CSS?
As HSL: color: hsl(43, 10%, 53%); — As HEX: color: #938C7B; — As RGB: color: rgb(147, 140, 123); — Tailwind CSS: bg-[hsl(43,10%,53%)] — CSS variable: --color-primary: hsl(43, 10%, 53%);