HSL(37, 12%, 48%)
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(37,12%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(37, 12%, 48%) | color: hsl(37, 12%, 48%) | |
| HEX | #897E6C | color: #897E6C | |
| RGB | rgb(137, 126, 108) | color: rgb(137, 126, 108) | |
| CMYK | cmyk(0%, 8%, 21%, 46%) | — | |
| HSV | hsv(37, 21%, 54%) | — | |
| HWB | hwb(37 43% 46%) | color: hwb(37 43% 46%) | |
| OKLCH | oklch(0.5979 0.0296 80.13) | color: oklch(0.5979 0.0296 80.13) | |
| Lab | lab(53.3 1.06 11.33) | color: lab(53.3 1.06 11.33) | |
| LCH | lch(53.3 11.38 84.66) | color: lch(53.3 11.38 84.66) |
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)
#848470 — rgb(132, 132, 112)
Deuteranopia (Green-blind)
#858671 — rgb(133, 134, 113)
Tritanopia (Blue-blind)
#887475 — rgb(136, 116, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(37, 12%, 48%);
text
color: hsl(37, 12%, 48%);
border
border: 2px solid hsl(37, 12%, 48%);
gradient light
background: linear-gradient(to right, hsl(37, 12%, 68%), hsl(37, 12%, 48%));
gradient dark
background: linear-gradient(to right, hsl(37, 12%, 48%), hsl(37, 12%, 28%))
hex
background-color: #897E6C;
tailwind
bg-[hsl(37,12%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(37, 12%, 48%, 0.4);
css variable
--color-primary: hsl(37, 12%, 48%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(37, 12%, 48%)?
HEX: #897E6C | RGB: rgb(137, 126, 108) | CMYK: 0%, 8%, 21%, 46% | HSV: 37°, 21%, 54%. Copy any format from the conversion table above.
What colors go well with #897E6C?
The complementary color is HSL(217, 12%, 48%). For a triadic harmony, use hues 37°, 157°, and 277°. For analogous combinations, try hues 7° and 67°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(37, 12%, 48%) in CSS?
As HSL: color: hsl(37, 12%, 48%); — As HEX: color: #897E6C; — As RGB: color: rgb(137, 126, 108); — Tailwind CSS: bg-[hsl(37,12%,48%)] — CSS variable: --color-primary: hsl(37, 12%, 48%);