HSL(31, 83%, 25%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,83%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 83%, 25%) | color: hsl(31, 83%, 25%) | |
| HEX | #75420B | color: #75420B | |
| RGB | rgb(117, 66, 11) | color: rgb(117, 66, 11) | |
| CMYK | cmyk(0%, 44%, 91%, 54%) | — | |
| HSV | hsv(31, 91%, 46%) | — | |
| HWB | hwb(31 4% 54%) | color: hwb(31 4% 54%) | |
| OKLCH | oklch(0.4321 0.0947 60.73) | color: oklch(0.4321 0.0947 60.73) | |
| Lab | lab(33.36 18.03 39.26) | color: lab(33.36 18.03 39.26) | |
| LCH | lch(33.36 43.2 65.33) | color: lch(33.36 43.2 65.33) |
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)
#5F5E18 — rgb(95, 94, 24)
Deuteranopia (Green-blind)
#62661C — rgb(98, 102, 28)
Tritanopia (Blue-blind)
#722325 — rgb(114, 35, 37)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 83%, 25%);
text
color: hsl(31, 83%, 25%);
border
border: 2px solid hsl(31, 83%, 25%);
gradient light
background: linear-gradient(to right, hsl(31, 83%, 45%), hsl(31, 83%, 25%));
gradient dark
background: linear-gradient(to right, hsl(31, 83%, 25%), hsl(31, 83%, 5%))
hex
background-color: #75420B;
tailwind
bg-[hsl(31,83%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 83%, 25%, 0.4);
css variable
--color-primary: hsl(31, 83%, 25%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 83%, 25%)?
HEX: #75420B | RGB: rgb(117, 66, 11) | CMYK: 0%, 44%, 91%, 54% | HSV: 31°, 91%, 46%. Copy any format from the conversion table above.
What colors go well with #75420B?
The complementary color is HSL(211, 83%, 25%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 83%, 25%) in CSS?
As HSL: color: hsl(31, 83%, 25%); — As HEX: color: #75420B; — As RGB: color: rgb(117, 66, 11); — Tailwind CSS: bg-[hsl(31,83%,25%)] — CSS variable: --color-primary: hsl(31, 83%, 25%);