HSL(15, 43%, 11%)
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(15,43%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 43%, 11%) | color: hsl(15, 43%, 11%) | |
| HEX | #281610 | color: #281610 | |
| RGB | rgb(40, 22, 16) | color: rgb(40, 22, 16) | |
| CMYK | cmyk(0%, 45%, 60%, 84%) | — | |
| HSV | hsv(15, 60%, 16%) | — | |
| HWB | hwb(15 6% 84%) | color: hwb(15 6% 84%) | |
| OKLCH | oklch(0.223 0.0317 39.19) | color: oklch(0.223 0.0317 39.19) | |
| Lab | lab(9.5 8.28 7.38) | color: lab(9.5 8.28 7.38) | |
| LCH | lch(9.5 11.09 41.71) | color: lch(9.5 11.09 41.71) |
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)
#202011 — rgb(32, 32, 17)
Deuteranopia (Green-blind)
#212312 — rgb(33, 35, 18)
Tritanopia (Blue-blind)
#271313 — rgb(39, 19, 19)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 43%, 11%);
text
color: hsl(15, 43%, 11%);
border
border: 2px solid hsl(15, 43%, 11%);
gradient light
background: linear-gradient(to right, hsl(15, 43%, 31%), hsl(15, 43%, 11%));
gradient dark
background: linear-gradient(to right, hsl(15, 43%, 11%), hsl(15, 43%, 0%))
hex
background-color: #281610;
tailwind
bg-[hsl(15,43%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 43%, 11%, 0.4);
css variable
--color-primary: hsl(15, 43%, 11%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 43%, 11%)?
HEX: #281610 | RGB: rgb(40, 22, 16) | CMYK: 0%, 45%, 60%, 84% | HSV: 15°, 60%, 16%. Copy any format from the conversion table above.
What colors go well with #281610?
The complementary color is HSL(195, 43%, 11%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(15, 43%, 11%) in CSS?
As HSL: color: hsl(15, 43%, 11%); — As HEX: color: #281610; — As RGB: color: rgb(40, 22, 16); — Tailwind CSS: bg-[hsl(15,43%,11%)] — CSS variable: --color-primary: hsl(15, 43%, 11%);