HSL(40, 83%, 24%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(40,83%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(40, 83%, 24%) | color: hsl(40, 83%, 24%) | |
| HEX | #704E0A | color: #704E0A | |
| RGB | rgb(112, 78, 10) | color: rgb(112, 78, 10) | |
| CMYK | cmyk(0%, 30%, 91%, 56%) | — | |
| HSV | hsv(40, 91%, 44%) | — | |
| HWB | hwb(40 4% 56%) | color: hwb(40 4% 56%) | |
| OKLCH | oklch(0.4498 0.0893 78.16) | color: oklch(0.4498 0.0893 78.16) | |
| Lab | lab(35.82 8.36 41.3) | color: lab(35.82 8.36 41.3) | |
| LCH | lch(35.82 42.14 78.56) | color: lch(35.82 42.14 78.56) |
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)
#61611A — rgb(97, 97, 26)
Deuteranopia (Green-blind)
#63661E — rgb(99, 102, 30)
Tritanopia (Blue-blind)
#6E272A — rgb(110, 39, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(40, 83%, 24%);
text
color: hsl(40, 83%, 24%);
border
border: 2px solid hsl(40, 83%, 24%);
gradient light
background: linear-gradient(to right, hsl(40, 83%, 44%), hsl(40, 83%, 24%));
gradient dark
background: linear-gradient(to right, hsl(40, 83%, 24%), hsl(40, 83%, 4%))
hex
background-color: #704E0A;
tailwind
bg-[hsl(40,83%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(40, 83%, 24%, 0.4);
css variable
--color-primary: hsl(40, 83%, 24%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(40, 83%, 24%)?
HEX: #704E0A | RGB: rgb(112, 78, 10) | CMYK: 0%, 30%, 91%, 56% | HSV: 40°, 91%, 44%. Copy any format from the conversion table above.
What colors go well with #704E0A?
The complementary color is HSL(220, 83%, 24%). For a triadic harmony, use hues 40°, 160°, and 280°. For analogous combinations, try hues 10° and 70°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(40, 83%, 24%) in CSS?
As HSL: color: hsl(40, 83%, 24%); — As HEX: color: #704E0A; — As RGB: color: rgb(112, 78, 10); — Tailwind CSS: bg-[hsl(40,83%,24%)] — CSS variable: --color-primary: hsl(40, 83%, 24%);