HSL(16, 70%, 15%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,70%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 70%, 15%) | color: hsl(16, 70%, 15%) | |
| HEX | #411A0B | color: #411A0B | |
| RGB | rgb(65, 26, 11) | color: rgb(65, 26, 11) | |
| CMYK | cmyk(0%, 60%, 83%, 75%) | — | |
| HSV | hsv(17, 83%, 25%) | — | |
| HWB | hwb(17 4% 75%) | color: hwb(17 4% 75%) | |
| OKLCH | oklch(0.2729 0.0656 40.72) | color: oklch(0.2729 0.0656 40.72) | |
| Lab | lab(14.88 17.73 17.89) | color: lab(14.88 17.73 17.89) | |
| LCH | lch(14.88 25.19 45.26) | color: lch(14.88 25.19 45.26) |
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)
#30300F — rgb(48, 48, 15)
Deuteranopia (Green-blind)
#323510 — rgb(50, 53, 16)
Tritanopia (Blue-blind)
#3F1112 — rgb(63, 17, 18)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 70%, 15%);
text
color: hsl(16, 70%, 15%);
border
border: 2px solid hsl(16, 70%, 15%);
gradient light
background: linear-gradient(to right, hsl(16, 70%, 35%), hsl(16, 70%, 15%));
gradient dark
background: linear-gradient(to right, hsl(16, 70%, 15%), hsl(16, 70%, 0%))
hex
background-color: #411A0B;
tailwind
bg-[hsl(16,70%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 70%, 15%, 0.4);
css variable
--color-primary: hsl(16, 70%, 15%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 70%, 15%)?
HEX: #411A0B | RGB: rgb(65, 26, 11) | CMYK: 0%, 60%, 83%, 75% | HSV: 17°, 83%, 25%. Copy any format from the conversion table above.
What colors go well with #411A0B?
The complementary color is HSL(196, 70%, 15%). For a triadic harmony, use hues 16°, 136°, and 256°. For analogous combinations, try hues 346° and 46°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(16, 70%, 15%) in CSS?
As HSL: color: hsl(16, 70%, 15%); — As HEX: color: #411A0B; — As RGB: color: rgb(65, 26, 11); — Tailwind CSS: bg-[hsl(16,70%,15%)] — CSS variable: --color-primary: hsl(16, 70%, 15%);