HSL(41, 21%, 36%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,21%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 21%, 36%) | color: hsl(41, 21%, 36%) | |
| HEX | #6F6349 | color: #6F6349 | |
| RGB | rgb(111, 99, 73) | color: rgb(111, 99, 73) | |
| CMYK | cmyk(0%, 11%, 34%, 56%) | — | |
| HSV | hsv(41, 34%, 44%) | — | |
| HWB | hwb(41 29% 56%) | color: hwb(41 29% 56%) | |
| OKLCH | oklch(0.504 0.0417 86.03) | color: oklch(0.504 0.0417 86.03) | |
| Lab | lab(42.44 0.47 16.55) | color: lab(42.44 0.47 16.55) | |
| LCH | lch(42.44 16.56 88.37) | color: lch(42.44 16.56 88.37) |
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)
#6A6A4F — rgb(106, 106, 79)
Deuteranopia (Green-blind)
#6B6B51 — rgb(107, 107, 81)
Tritanopia (Blue-blind)
#6E5455 — rgb(110, 84, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 21%, 36%);
text
color: hsl(41, 21%, 36%);
border
border: 2px solid hsl(41, 21%, 36%);
gradient light
background: linear-gradient(to right, hsl(41, 21%, 56%), hsl(41, 21%, 36%));
gradient dark
background: linear-gradient(to right, hsl(41, 21%, 36%), hsl(41, 21%, 16%))
hex
background-color: #6F6349;
tailwind
bg-[hsl(41,21%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 21%, 36%, 0.4);
css variable
--color-primary: hsl(41, 21%, 36%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 21%, 36%)?
HEX: #6F6349 | RGB: rgb(111, 99, 73) | CMYK: 0%, 11%, 34%, 56% | HSV: 41°, 34%, 44%. Copy any format from the conversion table above.
What colors go well with #6F6349?
The complementary color is HSL(221, 21%, 36%). 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, 21%, 36%) in CSS?
As HSL: color: hsl(41, 21%, 36%); — As HEX: color: #6F6349; — As RGB: color: rgb(111, 99, 73); — Tailwind CSS: bg-[hsl(41,21%,36%)] — CSS variable: --color-primary: hsl(41, 21%, 36%);