HSL(26, 94%, 25%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,94%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 94%, 25%) | color: hsl(26, 94%, 25%) | |
| HEX | #7C3804 | color: #7C3804 | |
| RGB | rgb(124, 56, 4) | color: rgb(124, 56, 4) | |
| CMYK | cmyk(0%, 55%, 97%, 51%) | — | |
| HSV | hsv(26, 97%, 49%) | — | |
| HWB | hwb(26 1% 51%) | color: hwb(26 1% 51%) | |
| OKLCH | oklch(0.4245 0.11 49.77) | color: oklch(0.4245 0.11 49.77) | |
| Lab | lab(32.09 26.78 41.36) | color: lab(32.09 26.78 41.36) | |
| LCH | lch(32.09 49.27 57.08) | color: lch(32.09 49.27 57.08) |
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)
#5F5E11 — rgb(95, 94, 17)
Deuteranopia (Green-blind)
#636814 — rgb(99, 104, 20)
Tritanopia (Blue-blind)
#791B1D — rgb(121, 27, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 94%, 25%);
text
color: hsl(26, 94%, 25%);
border
border: 2px solid hsl(26, 94%, 25%);
gradient light
background: linear-gradient(to right, hsl(26, 94%, 45%), hsl(26, 94%, 25%));
gradient dark
background: linear-gradient(to right, hsl(26, 94%, 25%), hsl(26, 94%, 5%))
hex
background-color: #7C3804;
tailwind
bg-[hsl(26,94%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 94%, 25%, 0.4);
css variable
--color-primary: hsl(26, 94%, 25%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 94%, 25%)?
HEX: #7C3804 | RGB: rgb(124, 56, 4) | CMYK: 0%, 55%, 97%, 51% | HSV: 26°, 97%, 49%. Copy any format from the conversion table above.
What colors go well with #7C3804?
The complementary color is HSL(206, 94%, 25%). 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, 94%, 25%) in CSS?
As HSL: color: hsl(26, 94%, 25%); — As HEX: color: #7C3804; — As RGB: color: rgb(124, 56, 4); — Tailwind CSS: bg-[hsl(26,94%,25%)] — CSS variable: --color-primary: hsl(26, 94%, 25%);