HSL(33, 10%, 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(33,10%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 10%, 48%) | color: hsl(33, 10%, 48%) | |
| HEX | #877C6E | color: #877C6E | |
| RGB | rgb(135, 124, 110) | color: rgb(135, 124, 110) | |
| CMYK | cmyk(0%, 8%, 19%, 47%) | — | |
| HSV | hsv(34, 19%, 53%) | — | |
| HWB | hwb(34 43% 47%) | color: hwb(34 43% 47%) | |
| OKLCH | oklch(0.5922 0.0247 73.92) | color: oklch(0.5922 0.0247 73.92) | |
| Lab | lab(52.61 1.73 9.17) | color: lab(52.61 1.73 9.17) | |
| LCH | lch(52.61 9.33 79.32) | color: lch(52.61 9.33 79.32) |
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)
#828271 — rgb(130, 130, 113)
Deuteranopia (Green-blind)
#838472 — rgb(131, 132, 114)
Tritanopia (Blue-blind)
#867475 — rgb(134, 116, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 10%, 48%);
text
color: hsl(33, 10%, 48%);
border
border: 2px solid hsl(33, 10%, 48%);
gradient light
background: linear-gradient(to right, hsl(33, 10%, 68%), hsl(33, 10%, 48%));
gradient dark
background: linear-gradient(to right, hsl(33, 10%, 48%), hsl(33, 10%, 28%))
hex
background-color: #877C6E;
tailwind
bg-[hsl(33,10%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 10%, 48%, 0.4);
css variable
--color-primary: hsl(33, 10%, 48%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 10%, 48%)?
HEX: #877C6E | RGB: rgb(135, 124, 110) | CMYK: 0%, 8%, 19%, 47% | HSV: 34°, 19%, 53%. Copy any format from the conversion table above.
What colors go well with #877C6E?
The complementary color is HSL(213, 10%, 48%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 10%, 48%) in CSS?
As HSL: color: hsl(33, 10%, 48%); — As HEX: color: #877C6E; — As RGB: color: rgb(135, 124, 110); — Tailwind CSS: bg-[hsl(33,10%,48%)] — CSS variable: --color-primary: hsl(33, 10%, 48%);