HSL(26, 85%, 10%)
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(26,85%,10%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 85%, 10%) | color: hsl(26, 85%, 10%) | |
| HEX | #2F1704 | color: #2F1704 | |
| RGB | rgb(47, 23, 4) | color: rgb(47, 23, 4) | |
| CMYK | cmyk(0%, 51%, 91%, 82%) | — | |
| HSV | hsv(27, 91%, 18%) | — | |
| HWB | hwb(27 2% 82%) | color: hwb(27 2% 82%) | |
| OKLCH | oklch(0.2343 0.0494 56.93) | color: oklch(0.2343 0.0494 56.93) | |
| Lab | lab(10.75 10.14 14.63) | color: lab(10.75 10.14 14.63) | |
| LCH | lch(10.75 17.8 55.27) | color: lch(10.75 17.8 55.27) |
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)
#252409 — rgb(37, 36, 9)
Deuteranopia (Green-blind)
#26280A — rgb(38, 40, 10)
Tritanopia (Blue-blind)
#2E0C0D — rgb(46, 12, 13)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 85%, 10%);
text
color: hsl(26, 85%, 10%);
border
border: 2px solid hsl(26, 85%, 10%);
gradient light
background: linear-gradient(to right, hsl(26, 85%, 30%), hsl(26, 85%, 10%));
gradient dark
background: linear-gradient(to right, hsl(26, 85%, 10%), hsl(26, 85%, 0%))
hex
background-color: #2F1704;
tailwind
bg-[hsl(26,85%,10%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 85%, 10%, 0.4);
css variable
--color-primary: hsl(26, 85%, 10%);
Related Colors
Use Cases for Very Dark Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 85%, 10%)?
HEX: #2F1704 | RGB: rgb(47, 23, 4) | CMYK: 0%, 51%, 91%, 82% | HSV: 27°, 91%, 18%. Copy any format from the conversion table above.
What colors go well with #2F1704?
The complementary color is HSL(206, 85%, 10%). For a triadic harmony, use hues 26°, 146°, and 266°. For analogous combinations, try hues 356° and 56°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(26, 85%, 10%) in CSS?
As HSL: color: hsl(26, 85%, 10%); — As HEX: color: #2F1704; — As RGB: color: rgb(47, 23, 4); — Tailwind CSS: bg-[hsl(26,85%,10%)] — CSS variable: --color-primary: hsl(26, 85%, 10%);