HSL(29, 55%, 17%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(29,55%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(29, 55%, 17%) | color: hsl(29, 55%, 17%) | |
| HEX | #432B14 | color: #432B14 | |
| RGB | rgb(67, 43, 20) | color: rgb(67, 43, 20) | |
| CMYK | cmyk(0%, 36%, 70%, 74%) | — | |
| HSV | hsv(29, 70%, 26%) | — | |
| HWB | hwb(29 8% 74%) | color: hwb(29 8% 74%) | |
| OKLCH | oklch(0.3128 0.0503 62.96) | color: oklch(0.3128 0.0503 62.96) | |
| Lab | lab(19.93 8.33 19.23) | color: lab(19.93 8.33 19.23) | |
| LCH | lch(19.93 20.96 66.58) | color: lch(19.93 20.96 66.58) |
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)
#39381A — rgb(57, 56, 26)
Deuteranopia (Green-blind)
#3A3C1B — rgb(58, 60, 27)
Tritanopia (Blue-blind)
#421E1F — rgb(66, 30, 31)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(29, 55%, 17%);
text
color: hsl(29, 55%, 17%);
border
border: 2px solid hsl(29, 55%, 17%);
gradient light
background: linear-gradient(to right, hsl(29, 55%, 37%), hsl(29, 55%, 17%));
gradient dark
background: linear-gradient(to right, hsl(29, 55%, 17%), hsl(29, 55%, 0%))
hex
background-color: #432B14;
tailwind
bg-[hsl(29,55%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(29, 55%, 17%, 0.4);
css variable
--color-primary: hsl(29, 55%, 17%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(29, 55%, 17%)?
HEX: #432B14 | RGB: rgb(67, 43, 20) | CMYK: 0%, 36%, 70%, 74% | HSV: 29°, 70%, 26%. Copy any format from the conversion table above.
What colors go well with #432B14?
The complementary color is HSL(209, 55%, 17%). 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, 55%, 17%) in CSS?
As HSL: color: hsl(29, 55%, 17%); — As HEX: color: #432B14; — As RGB: color: rgb(67, 43, 20); — Tailwind CSS: bg-[hsl(29,55%,17%)] — CSS variable: --color-primary: hsl(29, 55%, 17%);