HSL(41, 11%, 15%)
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(41,11%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 11%, 15%) | color: hsl(41, 11%, 15%) | |
| HEX | #2A2822 | color: #2A2822 | |
| RGB | rgb(42, 40, 34) | color: rgb(42, 40, 34) | |
| CMYK | cmyk(0%, 5%, 19%, 84%) | — | |
| HSV | hsv(45, 19%, 16%) | — | |
| HWB | hwb(45 13% 84%) | color: hwb(45 13% 84%) | |
| OKLCH | oklch(0.2769 0.0111 91.7) | color: oklch(0.2769 0.0111 91.7) | |
| Lab | lab(16.13 -0.41 4.28) | color: lab(16.13 -0.41 4.28) | |
| LCH | lch(16.13 4.3 95.47) | color: lch(16.13 4.3 95.47) |
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)
#292923 — rgb(41, 41, 35)
Deuteranopia (Green-blind)
#292924 — rgb(41, 41, 36)
Tritanopia (Blue-blind)
#2A2525 — rgb(42, 37, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 11%, 15%);
text
color: hsl(41, 11%, 15%);
border
border: 2px solid hsl(41, 11%, 15%);
gradient light
background: linear-gradient(to right, hsl(41, 11%, 35%), hsl(41, 11%, 15%));
gradient dark
background: linear-gradient(to right, hsl(41, 11%, 15%), hsl(41, 11%, 0%))
hex
background-color: #2A2822;
tailwind
bg-[hsl(41,11%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 11%, 15%, 0.4);
css variable
--color-primary: hsl(41, 11%, 15%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 11%, 15%)?
HEX: #2A2822 | RGB: rgb(42, 40, 34) | CMYK: 0%, 5%, 19%, 84% | HSV: 45°, 19%, 16%. Copy any format from the conversion table above.
What colors go well with #2A2822?
The complementary color is HSL(221, 11%, 15%). 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, 11%, 15%) in CSS?
As HSL: color: hsl(41, 11%, 15%); — As HEX: color: #2A2822; — As RGB: color: rgb(42, 40, 34); — Tailwind CSS: bg-[hsl(41,11%,15%)] — CSS variable: --color-primary: hsl(41, 11%, 15%);