HSL(29, 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(29,10%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 10%, 37%) | color: hsl(29, 10%, 37%) | |
| HEX | #685E55 | color: #685E55 | |
| RGB | rgb(104, 94, 85) | color: rgb(104, 94, 85) | |
| CMYK | cmyk(0%, 10%, 18%, 59%) | — | |
| HSV | hsv(28, 18%, 41%) | — | |
| HWB | hwb(28 34% 59%) | color: hwb(28 34% 59%) | |
| OKLCH | oklch(0.4887 0.0191 64.37) | color: oklch(0.4887 0.0191 64.37) | |
| Lab | lab(40.58 2.35 6.62) | color: lab(40.58 2.35 6.62) | |
| LCH | lch(40.58 7.02 70.46) | color: lch(40.58 7.02 70.46) |
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)
#646457 — rgb(100, 100, 87)
Deuteranopia (Green-blind)
#646558 — rgb(100, 101, 88)
Tritanopia (Blue-blind)
#685959 — rgb(104, 89, 89)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 10%, 37%);
text
color: hsl(29, 10%, 37%);
border
border: 2px solid hsl(29, 10%, 37%);
gradient light
background: linear-gradient(to right, hsl(29, 10%, 57%), hsl(29, 10%, 37%));
gradient dark
background: linear-gradient(to right, hsl(29, 10%, 37%), hsl(29, 10%, 17%))
hex
background-color: #685E55;
tailwind
bg-[hsl(29,10%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 10%, 37%, 0.4);
css variable
--color-primary: hsl(29, 10%, 37%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 10%, 37%)?
HEX: #685E55 | RGB: rgb(104, 94, 85) | CMYK: 0%, 10%, 18%, 59% | HSV: 28°, 18%, 41%. Copy any format from the conversion table above.
What colors go well with #685E55?
The complementary color is HSL(209, 10%, 37%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 10%, 37%) in CSS?
As HSL: color: hsl(29, 10%, 37%); — As HEX: color: #685E55; — As RGB: color: rgb(104, 94, 85); — Tailwind CSS: bg-[hsl(29,10%,37%)] — CSS variable: --color-primary: hsl(29, 10%, 37%);