HSL(40, 10%, 43%)
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(40,10%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(40, 10%, 43%) | color: hsl(40, 10%, 43%) | |
| HEX | #797163 | color: #797163 | |
| RGB | rgb(121, 113, 99) | color: rgb(121, 113, 99) | |
| CMYK | cmyk(0%, 7%, 18%, 53%) | — | |
| HSV | hsv(38, 18%, 47%) | — | |
| HWB | hwb(38 39% 53%) | color: hwb(38 39% 53%) | |
| OKLCH | oklch(0.5518 0.0233 81.72) | color: oklch(0.5518 0.0233 81.72) | |
| Lab | lab(47.98 0.56 8.89) | color: lab(47.98 0.56 8.89) | |
| LCH | lch(47.98 8.91 86.4) | color: lch(47.98 8.91 86.4) |
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)
#767566 — rgb(118, 117, 102)
Deuteranopia (Green-blind)
#767767 — rgb(118, 119, 103)
Tritanopia (Blue-blind)
#79696A — rgb(121, 105, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(40, 10%, 43%);
text
color: hsl(40, 10%, 43%);
border
border: 2px solid hsl(40, 10%, 43%);
gradient light
background: linear-gradient(to right, hsl(40, 10%, 63%), hsl(40, 10%, 43%));
gradient dark
background: linear-gradient(to right, hsl(40, 10%, 43%), hsl(40, 10%, 23%))
hex
background-color: #797163;
tailwind
bg-[hsl(40,10%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(40, 10%, 43%, 0.4);
css variable
--color-primary: hsl(40, 10%, 43%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(40, 10%, 43%)?
HEX: #797163 | RGB: rgb(121, 113, 99) | CMYK: 0%, 7%, 18%, 53% | HSV: 38°, 18%, 47%. Copy any format from the conversion table above.
What colors go well with #797163?
The complementary color is HSL(220, 10%, 43%). For a triadic harmony, use hues 40°, 160°, and 280°. For analogous combinations, try hues 10° and 70°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(40, 10%, 43%) in CSS?
As HSL: color: hsl(40, 10%, 43%); — As HEX: color: #797163; — As RGB: color: rgb(121, 113, 99); — Tailwind CSS: bg-[hsl(40,10%,43%)] — CSS variable: --color-primary: hsl(40, 10%, 43%);