HSL(41, 20%, 38%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,20%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 20%, 38%) | color: hsl(41, 20%, 38%) | |
| HEX | #74684E | color: #74684E | |
| RGB | rgb(116, 104, 78) | color: rgb(116, 104, 78) | |
| CMYK | cmyk(0%, 10%, 33%, 55%) | — | |
| HSV | hsv(41, 33%, 45%) | — | |
| HWB | hwb(41 30% 55%) | color: hwb(41 30% 55%) | |
| OKLCH | oklch(0.5215 0.0414 86.05) | color: oklch(0.5215 0.0414 86.05) | |
| Lab | lab(44.47 0.42 16.4) | color: lab(44.47 0.42 16.4) | |
| LCH | lch(44.47 16.41 88.53) | color: lch(44.47 16.41 88.53) |
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)
#6F6F54 — rgb(111, 111, 84)
Deuteranopia (Green-blind)
#707056 — rgb(112, 112, 86)
Tritanopia (Blue-blind)
#73595A — rgb(115, 89, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 20%, 38%);
text
color: hsl(41, 20%, 38%);
border
border: 2px solid hsl(41, 20%, 38%);
gradient light
background: linear-gradient(to right, hsl(41, 20%, 58%), hsl(41, 20%, 38%));
gradient dark
background: linear-gradient(to right, hsl(41, 20%, 38%), hsl(41, 20%, 18%))
hex
background-color: #74684E;
tailwind
bg-[hsl(41,20%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 20%, 38%, 0.4);
css variable
--color-primary: hsl(41, 20%, 38%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 20%, 38%)?
HEX: #74684E | RGB: rgb(116, 104, 78) | CMYK: 0%, 10%, 33%, 55% | HSV: 41°, 33%, 45%. Copy any format from the conversion table above.
What colors go well with #74684E?
The complementary color is HSL(221, 20%, 38%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 20%, 38%) in CSS?
As HSL: color: hsl(41, 20%, 38%); — As HEX: color: #74684E; — As RGB: color: rgb(116, 104, 78); — Tailwind CSS: bg-[hsl(41,20%,38%)] — CSS variable: --color-primary: hsl(41, 20%, 38%);