HSL(31, 12%, 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(31,12%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 12%, 53%) | color: hsl(31, 12%, 53%) | |
| HEX | #968879 | color: #968879 | |
| RGB | rgb(150, 136, 121) | color: rgb(150, 136, 121) | |
| CMYK | cmyk(0%, 9%, 19%, 41%) | — | |
| HSV | hsv(31, 19%, 59%) | — | |
| HWB | hwb(31 48% 41%) | color: hwb(31 48% 41%) | |
| OKLCH | oklch(0.6349 0.0276 69.23) | color: oklch(0.6349 0.0276 69.23) | |
| Lab | lab(57.53 2.69 9.97) | color: lab(57.53 2.69 9.97) | |
| LCH | lch(57.53 10.33 74.9) | color: lch(57.53 10.33 74.9) |
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)
#90907D — rgb(144, 144, 125)
Deuteranopia (Green-blind)
#91927E — rgb(145, 146, 126)
Tritanopia (Blue-blind)
#957F80 — rgb(149, 127, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 12%, 53%);
text
color: hsl(31, 12%, 53%);
border
border: 2px solid hsl(31, 12%, 53%);
gradient light
background: linear-gradient(to right, hsl(31, 12%, 73%), hsl(31, 12%, 53%));
gradient dark
background: linear-gradient(to right, hsl(31, 12%, 53%), hsl(31, 12%, 33%))
hex
background-color: #968879;
tailwind
bg-[hsl(31,12%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 12%, 53%, 0.4);
css variable
--color-primary: hsl(31, 12%, 53%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 12%, 53%)?
HEX: #968879 | RGB: rgb(150, 136, 121) | CMYK: 0%, 9%, 19%, 41% | HSV: 31°, 19%, 59%. Copy any format from the conversion table above.
What colors go well with #968879?
The complementary color is HSL(211, 12%, 53%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 12%, 53%) in CSS?
As HSL: color: hsl(31, 12%, 53%); — As HEX: color: #968879; — As RGB: color: rgb(150, 136, 121); — Tailwind CSS: bg-[hsl(31,12%,53%)] — CSS variable: --color-primary: hsl(31, 12%, 53%);