HSL(22, 10%, 46%)
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(22,10%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(22, 10%, 46%) | color: hsl(22, 10%, 46%) | |
| HEX | #81726A | color: #81726A | |
| RGB | rgb(129, 114, 106) | color: rgb(129, 114, 106) | |
| CMYK | cmyk(0%, 12%, 18%, 49%) | — | |
| HSV | hsv(21, 18%, 51%) | — | |
| HWB | hwb(21 42% 49%) | color: hwb(21 42% 49%) | |
| OKLCH | oklch(0.5636 0.0224 49.93) | color: oklch(0.5636 0.0224 49.93) | |
| Lab | lab(49.18 4.42 6.57) | color: lab(49.18 4.42 6.57) | |
| LCH | lch(49.18 7.92 56.07) | color: lch(49.18 7.92 56.07) |
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)
#7B7A6C — rgb(123, 122, 108)
Deuteranopia (Green-blind)
#7B7D6C — rgb(123, 125, 108)
Tritanopia (Blue-blind)
#806D6E — rgb(128, 109, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(22, 10%, 46%);
text
color: hsl(22, 10%, 46%);
border
border: 2px solid hsl(22, 10%, 46%);
gradient light
background: linear-gradient(to right, hsl(22, 10%, 66%), hsl(22, 10%, 46%));
gradient dark
background: linear-gradient(to right, hsl(22, 10%, 46%), hsl(22, 10%, 26%))
hex
background-color: #81726A;
tailwind
bg-[hsl(22,10%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(22, 10%, 46%, 0.4);
css variable
--color-primary: hsl(22, 10%, 46%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(22, 10%, 46%)?
HEX: #81726A | RGB: rgb(129, 114, 106) | CMYK: 0%, 12%, 18%, 49% | HSV: 21°, 18%, 51%. Copy any format from the conversion table above.
What colors go well with #81726A?
The complementary color is HSL(202, 10%, 46%). For a triadic harmony, use hues 22°, 142°, and 262°. For analogous combinations, try hues 352° and 52°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(22, 10%, 46%) in CSS?
As HSL: color: hsl(22, 10%, 46%); — As HEX: color: #81726A; — As RGB: color: rgb(129, 114, 106); — Tailwind CSS: bg-[hsl(22,10%,46%)] — CSS variable: --color-primary: hsl(22, 10%, 46%);