HSL(25, 83%, 24%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(25,83%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 83%, 24%) | color: hsl(25, 83%, 24%) | |
| HEX | #70350A | color: #70350A | |
| RGB | rgb(112, 53, 10) | color: rgb(112, 53, 10) | |
| CMYK | cmyk(0%, 53%, 91%, 56%) | — | |
| HSV | hsv(25, 91%, 44%) | — | |
| HWB | hwb(25 4% 56%) | color: hwb(25 4% 56%) | |
| OKLCH | oklch(0.4005 0.098 50.55) | color: oklch(0.4005 0.098 50.55) | |
| Lab | lab(29.45 23.33 36.11) | color: lab(29.45 23.33 36.11) | |
| LCH | lch(29.45 42.99 57.13) | color: lch(29.45 42.99 57.13) |
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)
#565614 — rgb(86, 86, 20)
Deuteranopia (Green-blind)
#5A5E17 — rgb(90, 94, 23)
Tritanopia (Blue-blind)
#6D1D1E — rgb(109, 29, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 83%, 24%);
text
color: hsl(25, 83%, 24%);
border
border: 2px solid hsl(25, 83%, 24%);
gradient light
background: linear-gradient(to right, hsl(25, 83%, 44%), hsl(25, 83%, 24%));
gradient dark
background: linear-gradient(to right, hsl(25, 83%, 24%), hsl(25, 83%, 4%))
hex
background-color: #70350A;
tailwind
bg-[hsl(25,83%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 83%, 24%, 0.4);
css variable
--color-primary: hsl(25, 83%, 24%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 83%, 24%)?
HEX: #70350A | RGB: rgb(112, 53, 10) | CMYK: 0%, 53%, 91%, 56% | HSV: 25°, 91%, 44%. Copy any format from the conversion table above.
What colors go well with #70350A?
The complementary color is HSL(205, 83%, 24%). For a triadic harmony, use hues 25°, 145°, and 265°. For analogous combinations, try hues 355° and 55°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(25, 83%, 24%) in CSS?
As HSL: color: hsl(25, 83%, 24%); — As HEX: color: #70350A; — As RGB: color: rgb(112, 53, 10); — Tailwind CSS: bg-[hsl(25,83%,24%)] — CSS variable: --color-primary: hsl(25, 83%, 24%);