HSL(39, 72%, 15%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,72%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 72%, 15%) | color: hsl(39, 72%, 15%) | |
| HEX | #422F0B | color: #422F0B | |
| RGB | rgb(66, 47, 11) | color: rgb(66, 47, 11) | |
| CMYK | cmyk(0%, 29%, 83%, 74%) | — | |
| HSV | hsv(39, 83%, 26%) | — | |
| HWB | hwb(39 4% 74%) | color: hwb(39 4% 74%) | |
| OKLCH | oklch(0.3197 0.0571 79.67) | color: oklch(0.3197 0.0571 79.67) | |
| Lab | lab(20.89 4.51 25.11) | color: lab(20.89 4.51 25.11) | |
| LCH | lch(20.89 25.51 79.82) | color: lch(20.89 25.51 79.82) |
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)
#3A3A14 — rgb(58, 58, 20)
Deuteranopia (Green-blind)
#3B3C16 — rgb(59, 60, 22)
Tritanopia (Blue-blind)
#411B1C — rgb(65, 27, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 72%, 15%);
text
color: hsl(39, 72%, 15%);
border
border: 2px solid hsl(39, 72%, 15%);
gradient light
background: linear-gradient(to right, hsl(39, 72%, 35%), hsl(39, 72%, 15%));
gradient dark
background: linear-gradient(to right, hsl(39, 72%, 15%), hsl(39, 72%, 0%))
hex
background-color: #422F0B;
tailwind
bg-[hsl(39,72%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 72%, 15%, 0.4);
css variable
--color-primary: hsl(39, 72%, 15%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 72%, 15%)?
HEX: #422F0B | RGB: rgb(66, 47, 11) | CMYK: 0%, 29%, 83%, 74% | HSV: 39°, 83%, 26%. Copy any format from the conversion table above.
What colors go well with #422F0B?
The complementary color is HSL(219, 72%, 15%). For a triadic harmony, use hues 39°, 159°, and 279°. For analogous combinations, try hues 9° and 69°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(39, 72%, 15%) in CSS?
As HSL: color: hsl(39, 72%, 15%); — As HEX: color: #422F0B; — As RGB: color: rgb(66, 47, 11); — Tailwind CSS: bg-[hsl(39,72%,15%)] — CSS variable: --color-primary: hsl(39, 72%, 15%);