HSL(29, 40%, 19%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,40%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 40%, 19%) | color: hsl(29, 40%, 19%) | |
| HEX | #44301D | color: #44301D | |
| RGB | rgb(68, 48, 29) | color: rgb(68, 48, 29) | |
| CMYK | cmyk(0%, 29%, 57%, 73%) | — | |
| HSV | hsv(29, 57%, 27%) | — | |
| HWB | hwb(29 12% 73%) | color: hwb(29 12% 73%) | |
| OKLCH | oklch(0.3273 0.0423 64) | color: oklch(0.3273 0.0423 64) | |
| Lab | lab(21.7 6.4 15.69) | color: lab(21.7 6.4 15.69) | |
| LCH | lch(21.7 16.95 67.81) | color: lch(21.7 16.95 67.81) |
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)
#3B3B22 — rgb(59, 59, 34)
Deuteranopia (Green-blind)
#3D3E23 — rgb(61, 62, 35)
Tritanopia (Blue-blind)
#432526 — rgb(67, 37, 38)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 40%, 19%);
text
color: hsl(29, 40%, 19%);
border
border: 2px solid hsl(29, 40%, 19%);
gradient light
background: linear-gradient(to right, hsl(29, 40%, 39%), hsl(29, 40%, 19%));
gradient dark
background: linear-gradient(to right, hsl(29, 40%, 19%), hsl(29, 40%, 0%))
hex
background-color: #44301D;
tailwind
bg-[hsl(29,40%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 40%, 19%, 0.4);
css variable
--color-primary: hsl(29, 40%, 19%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 40%, 19%)?
HEX: #44301D | RGB: rgb(68, 48, 29) | CMYK: 0%, 29%, 57%, 73% | HSV: 29°, 57%, 27%. Copy any format from the conversion table above.
What colors go well with #44301D?
The complementary color is HSL(209, 40%, 19%). For a triadic harmony, use hues 29°, 149°, and 269°. For analogous combinations, try hues 359° and 59°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(29, 40%, 19%) in CSS?
As HSL: color: hsl(29, 40%, 19%); — As HEX: color: #44301D; — As RGB: color: rgb(68, 48, 29); — Tailwind CSS: bg-[hsl(29,40%,19%)] — CSS variable: --color-primary: hsl(29, 40%, 19%);