HSL(41, 73%, 15%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,73%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 73%, 15%) | color: hsl(41, 73%, 15%) | |
| HEX | #42300A | color: #42300A | |
| RGB | rgb(66, 48, 10) | color: rgb(66, 48, 10) | |
| CMYK | cmyk(0%, 27%, 85%, 74%) | — | |
| HSV | hsv(41, 85%, 26%) | — | |
| HWB | hwb(41 4% 74%) | color: hwb(41 4% 74%) | |
| OKLCH | oklch(0.322 0.0581 82.08) | color: oklch(0.322 0.0581 82.08) | |
| Lab | lab(21.19 3.79 25.86) | color: lab(21.19 3.79 25.86) | |
| LCH | lch(21.19 26.14 81.66) | color: lch(21.19 26.14 81.66) |
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)
#3A3A13 — rgb(58, 58, 19)
Deuteranopia (Green-blind)
#3B3D15 — rgb(59, 61, 21)
Tritanopia (Blue-blind)
#411A1C — rgb(65, 26, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 73%, 15%);
text
color: hsl(41, 73%, 15%);
border
border: 2px solid hsl(41, 73%, 15%);
gradient light
background: linear-gradient(to right, hsl(41, 73%, 35%), hsl(41, 73%, 15%));
gradient dark
background: linear-gradient(to right, hsl(41, 73%, 15%), hsl(41, 73%, 0%))
hex
background-color: #42300A;
tailwind
bg-[hsl(41,73%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 73%, 15%, 0.4);
css variable
--color-primary: hsl(41, 73%, 15%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 73%, 15%)?
HEX: #42300A | RGB: rgb(66, 48, 10) | CMYK: 0%, 27%, 85%, 74% | HSV: 41°, 85%, 26%. Copy any format from the conversion table above.
What colors go well with #42300A?
The complementary color is HSL(221, 73%, 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, 73%, 15%) in CSS?
As HSL: color: hsl(41, 73%, 15%); — As HEX: color: #42300A; — As RGB: color: rgb(66, 48, 10); — Tailwind CSS: bg-[hsl(41,73%,15%)] — CSS variable: --color-primary: hsl(41, 73%, 15%);