HSL(16, 41%, 13%)
Very Dark Orange — Orange color
Adjust Color
Color Information
Color Name
Very Dark Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(16,41%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(16, 41%, 13%) | color: hsl(16, 41%, 13%) | |
| HEX | #2F1B14 | color: #2F1B14 | |
| RGB | rgb(47, 27, 20) | color: rgb(47, 27, 20) | |
| CMYK | cmyk(0%, 43%, 57%, 82%) | — | |
| HSV | hsv(16, 57%, 18%) | — | |
| HWB | hwb(16 8% 82%) | color: hwb(16 8% 82%) | |
| OKLCH | oklch(0.2466 0.0346 40.05) | color: oklch(0.2466 0.0346 40.05) | |
| Lab | lab(12.21 8.91 8.9) | color: lab(12.21 8.91 8.9) | |
| LCH | lch(12.21 12.59 44.97) | color: lch(12.21 12.59 44.97) |
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)
#262616 — rgb(38, 38, 22)
Deuteranopia (Green-blind)
#282916 — rgb(40, 41, 22)
Tritanopia (Blue-blind)
#2E1717 — rgb(46, 23, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(16, 41%, 13%);
text
color: hsl(16, 41%, 13%);
border
border: 2px solid hsl(16, 41%, 13%);
gradient light
background: linear-gradient(to right, hsl(16, 41%, 33%), hsl(16, 41%, 13%));
gradient dark
background: linear-gradient(to right, hsl(16, 41%, 13%), hsl(16, 41%, 0%))
hex
background-color: #2F1B14;
tailwind
bg-[hsl(16,41%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(16, 41%, 13%, 0.4);
css variable
--color-primary: hsl(16, 41%, 13%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(16, 41%, 13%)?
HEX: #2F1B14 | RGB: rgb(47, 27, 20) | CMYK: 0%, 43%, 57%, 82% | HSV: 16°, 57%, 18%. Copy any format from the conversion table above.
What colors go well with #2F1B14?
The complementary color is HSL(196, 41%, 13%). 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, 41%, 13%) in CSS?
As HSL: color: hsl(16, 41%, 13%); — As HEX: color: #2F1B14; — As RGB: color: rgb(47, 27, 20); — Tailwind CSS: bg-[hsl(16,41%,13%)] — CSS variable: --color-primary: hsl(16, 41%, 13%);