HSL(38, 17%, 41%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(38,17%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 17%, 41%) | color: hsl(38, 17%, 41%) | |
| HEX | #7A6D57 | color: #7A6D57 | |
| RGB | rgb(122, 109, 87) | color: rgb(122, 109, 87) | |
| CMYK | cmyk(0%, 11%, 29%, 52%) | — | |
| HSV | hsv(38, 29%, 48%) | — | |
| HWB | hwb(38 34% 52%) | color: hwb(38 34% 52%) | |
| OKLCH | oklch(0.5407 0.0365 80.77) | color: oklch(0.5407 0.0365 80.77) | |
| Lab | lab(46.66 1.39 14.17) | color: lab(46.66 1.39 14.17) | |
| LCH | lch(46.66 14.24 84.4) | color: lch(46.66 14.24 84.4) |
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)
#74745C — rgb(116, 116, 92)
Deuteranopia (Green-blind)
#75765E — rgb(117, 118, 94)
Tritanopia (Blue-blind)
#796161 — rgb(121, 97, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 17%, 41%);
text
color: hsl(38, 17%, 41%);
border
border: 2px solid hsl(38, 17%, 41%);
gradient light
background: linear-gradient(to right, hsl(38, 17%, 61%), hsl(38, 17%, 41%));
gradient dark
background: linear-gradient(to right, hsl(38, 17%, 41%), hsl(38, 17%, 21%))
hex
background-color: #7A6D57;
tailwind
bg-[hsl(38,17%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 17%, 41%, 0.4);
css variable
--color-primary: hsl(38, 17%, 41%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(38, 17%, 41%)?
HEX: #7A6D57 | RGB: rgb(122, 109, 87) | CMYK: 0%, 11%, 29%, 52% | HSV: 38°, 29%, 48%. Copy any format from the conversion table above.
What colors go well with #7A6D57?
The complementary color is HSL(218, 17%, 41%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 17%, 41%) in CSS?
As HSL: color: hsl(38, 17%, 41%); — As HEX: color: #7A6D57; — As RGB: color: rgb(122, 109, 87); — Tailwind CSS: bg-[hsl(38,17%,41%)] — CSS variable: --color-primary: hsl(38, 17%, 41%);