HSL(39, 69%, 15%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(39,69%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(39, 69%, 15%) | color: hsl(39, 69%, 15%) | |
| HEX | #412E0C | color: #412E0C | |
| RGB | rgb(65, 46, 12) | color: rgb(65, 46, 12) | |
| CMYK | cmyk(0%, 29%, 82%, 75%) | — | |
| HSV | hsv(38, 82%, 25%) | — | |
| HWB | hwb(38 5% 75%) | color: hwb(38 5% 75%) | |
| OKLCH | oklch(0.316 0.0554 78.54) | color: oklch(0.316 0.0554 78.54) | |
| Lab | lab(20.46 4.7 24.16) | color: lab(20.46 4.7 24.16) | |
| LCH | lch(20.46 24.61 78.99) | color: lch(20.46 24.61 78.99) |
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)
#393914 — rgb(57, 57, 20)
Deuteranopia (Green-blind)
#3A3B16 — rgb(58, 59, 22)
Tritanopia (Blue-blind)
#401B1C — rgb(64, 27, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(39, 69%, 15%);
text
color: hsl(39, 69%, 15%);
border
border: 2px solid hsl(39, 69%, 15%);
gradient light
background: linear-gradient(to right, hsl(39, 69%, 35%), hsl(39, 69%, 15%));
gradient dark
background: linear-gradient(to right, hsl(39, 69%, 15%), hsl(39, 69%, 0%))
hex
background-color: #412E0C;
tailwind
bg-[hsl(39,69%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(39, 69%, 15%, 0.4);
css variable
--color-primary: hsl(39, 69%, 15%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(39, 69%, 15%)?
HEX: #412E0C | RGB: rgb(65, 46, 12) | CMYK: 0%, 29%, 82%, 75% | HSV: 38°, 82%, 25%. Copy any format from the conversion table above.
What colors go well with #412E0C?
The complementary color is HSL(219, 69%, 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, 69%, 15%) in CSS?
As HSL: color: hsl(39, 69%, 15%); — As HEX: color: #412E0C; — As RGB: color: rgb(65, 46, 12); — Tailwind CSS: bg-[hsl(39,69%,15%)] — CSS variable: --color-primary: hsl(39, 69%, 15%);