HSL(26, 59%, 24%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(26,59%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(26, 59%, 24%) | color: hsl(26, 59%, 24%) | |
| HEX | #613819 | color: #613819 | |
| RGB | rgb(97, 56, 25) | color: rgb(97, 56, 25) | |
| CMYK | cmyk(0%, 42%, 74%, 62%) | — | |
| HSV | hsv(26, 74%, 38%) | — | |
| HWB | hwb(26 10% 62%) | color: hwb(26 10% 62%) | |
| OKLCH | oklch(0.3846 0.0732 55.38) | color: oklch(0.3846 0.0732 55.38) | |
| Lab | lab(27.95 15.22 26.53) | color: lab(27.95 15.22 26.53) | |
| LCH | lch(27.95 30.59 60.16) | color: lch(27.95 30.59 60.16) |
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)
#4F4F21 — rgb(79, 79, 33)
Deuteranopia (Green-blind)
#525522 — rgb(82, 85, 34)
Tritanopia (Blue-blind)
#5F2628 — rgb(95, 38, 40)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(26, 59%, 24%);
text
color: hsl(26, 59%, 24%);
border
border: 2px solid hsl(26, 59%, 24%);
gradient light
background: linear-gradient(to right, hsl(26, 59%, 44%), hsl(26, 59%, 24%));
gradient dark
background: linear-gradient(to right, hsl(26, 59%, 24%), hsl(26, 59%, 4%))
hex
background-color: #613819;
tailwind
bg-[hsl(26,59%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(26, 59%, 24%, 0.4);
css variable
--color-primary: hsl(26, 59%, 24%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(26, 59%, 24%)?
HEX: #613819 | RGB: rgb(97, 56, 25) | CMYK: 0%, 42%, 74%, 62% | HSV: 26°, 74%, 38%. Copy any format from the conversion table above.
What colors go well with #613819?
The complementary color is HSL(206, 59%, 24%). 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, 59%, 24%) in CSS?
As HSL: color: hsl(26, 59%, 24%); — As HEX: color: #613819; — As RGB: color: rgb(97, 56, 25); — Tailwind CSS: bg-[hsl(26,59%,24%)] — CSS variable: --color-primary: hsl(26, 59%, 24%);