HSL(36, 10%, 37%)
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(36,10%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(36, 10%, 37%) | color: hsl(36, 10%, 37%) | |
| HEX | #686055 | color: #686055 | |
| RGB | rgb(104, 96, 85) | color: rgb(104, 96, 85) | |
| CMYK | cmyk(0%, 8%, 18%, 59%) | — | |
| HSV | hsv(35, 18%, 41%) | — | |
| HWB | hwb(35 34% 59%) | color: hwb(35 34% 59%) | |
| OKLCH | oklch(0.4932 0.0199 75.94) | color: oklch(0.4932 0.0199 75.94) | |
| Lab | lab(41.16 1.14 7.44) | color: lab(41.16 1.14 7.44) | |
| LCH | lch(41.16 7.53 81.29) | color: lch(41.16 7.53 81.29) |
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)
#656458 — rgb(101, 100, 88)
Deuteranopia (Green-blind)
#656658 — rgb(101, 102, 88)
Tritanopia (Blue-blind)
#685A5A — rgb(104, 90, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(36, 10%, 37%);
text
color: hsl(36, 10%, 37%);
border
border: 2px solid hsl(36, 10%, 37%);
gradient light
background: linear-gradient(to right, hsl(36, 10%, 57%), hsl(36, 10%, 37%));
gradient dark
background: linear-gradient(to right, hsl(36, 10%, 37%), hsl(36, 10%, 17%))
hex
background-color: #686055;
tailwind
bg-[hsl(36,10%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(36, 10%, 37%, 0.4);
css variable
--color-primary: hsl(36, 10%, 37%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(36, 10%, 37%)?
HEX: #686055 | RGB: rgb(104, 96, 85) | CMYK: 0%, 8%, 18%, 59% | HSV: 35°, 18%, 41%. Copy any format from the conversion table above.
What colors go well with #686055?
The complementary color is HSL(216, 10%, 37%). For a triadic harmony, use hues 36°, 156°, and 276°. For analogous combinations, try hues 6° and 66°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(36, 10%, 37%) in CSS?
As HSL: color: hsl(36, 10%, 37%); — As HEX: color: #686055; — As RGB: color: rgb(104, 96, 85); — Tailwind CSS: bg-[hsl(36,10%,37%)] — CSS variable: --color-primary: hsl(36, 10%, 37%);