HSL(20, 10%, 38%)
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(20,10%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(20, 10%, 38%) | color: hsl(20, 10%, 38%) | |
| HEX | #6B5E57 | color: #6B5E57 | |
| RGB | rgb(107, 94, 87) | color: rgb(107, 94, 87) | |
| CMYK | cmyk(0%, 12%, 19%, 58%) | — | |
| HSV | hsv(21, 19%, 42%) | — | |
| HWB | hwb(21 34% 58%) | color: hwb(21 34% 58%) | |
| OKLCH | oklch(0.4923 0.0202 50.16) | color: oklch(0.4923 0.0202 50.16) | |
| Lab | lab(40.93 3.96 5.93) | color: lab(40.93 3.96 5.93) | |
| LCH | lch(40.93 7.13 56.27) | color: lch(40.93 7.13 56.27) |
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)
#656559 — rgb(101, 101, 89)
Deuteranopia (Green-blind)
#666759 — rgb(102, 103, 89)
Tritanopia (Blue-blind)
#6A5A5A — rgb(106, 90, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(20, 10%, 38%);
text
color: hsl(20, 10%, 38%);
border
border: 2px solid hsl(20, 10%, 38%);
gradient light
background: linear-gradient(to right, hsl(20, 10%, 58%), hsl(20, 10%, 38%));
gradient dark
background: linear-gradient(to right, hsl(20, 10%, 38%), hsl(20, 10%, 18%))
hex
background-color: #6B5E57;
tailwind
bg-[hsl(20,10%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(20, 10%, 38%, 0.4);
css variable
--color-primary: hsl(20, 10%, 38%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(20, 10%, 38%)?
HEX: #6B5E57 | RGB: rgb(107, 94, 87) | CMYK: 0%, 12%, 19%, 58% | HSV: 21°, 19%, 42%. Copy any format from the conversion table above.
What colors go well with #6B5E57?
The complementary color is HSL(200, 10%, 38%). For a triadic harmony, use hues 20°, 140°, and 260°. For analogous combinations, try hues 350° and 50°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(20, 10%, 38%) in CSS?
As HSL: color: hsl(20, 10%, 38%); — As HEX: color: #6B5E57; — As RGB: color: rgb(107, 94, 87); — Tailwind CSS: bg-[hsl(20,10%,38%)] — CSS variable: --color-primary: hsl(20, 10%, 38%);