HSL(41, 99%, 25%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(41,99%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 99%, 25%) | color: hsl(41, 99%, 25%) | |
| HEX | #7F5701 | color: #7F5701 | |
| RGB | rgb(127, 87, 1) | color: rgb(127, 87, 1) | |
| CMYK | cmyk(0%, 31%, 99%, 50%) | — | |
| HSV | hsv(41, 99%, 50%) | — | |
| HWB | hwb(41 1% 50%) | color: hwb(41 1% 50%) | |
| OKLCH | oklch(0.4876 0.1014 77.66) | color: oklch(0.4876 0.1014 77.66) | |
| Lab | lab(40.13 10.04 48.05) | color: lab(40.13 10.04 48.05) | |
| LCH | lch(40.13 49.09 78.2) | color: lch(40.13 49.09 78.2) |
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)
#6E6D16 — rgb(110, 109, 22)
Deuteranopia (Green-blind)
#70731B — rgb(112, 115, 27)
Tritanopia (Blue-blind)
#7D262A — rgb(125, 38, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 99%, 25%);
text
color: hsl(41, 99%, 25%);
border
border: 2px solid hsl(41, 99%, 25%);
gradient light
background: linear-gradient(to right, hsl(41, 99%, 45%), hsl(41, 99%, 25%));
gradient dark
background: linear-gradient(to right, hsl(41, 99%, 25%), hsl(41, 99%, 5%))
hex
background-color: #7F5701;
tailwind
bg-[hsl(41,99%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 99%, 25%, 0.4);
css variable
--color-primary: hsl(41, 99%, 25%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(41, 99%, 25%)?
HEX: #7F5701 | RGB: rgb(127, 87, 1) | CMYK: 0%, 31%, 99%, 50% | HSV: 41°, 99%, 50%. Copy any format from the conversion table above.
What colors go well with #7F5701?
The complementary color is HSL(221, 99%, 25%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 99%, 25%) in CSS?
As HSL: color: hsl(41, 99%, 25%); — As HEX: color: #7F5701; — As RGB: color: rgb(127, 87, 1); — Tailwind CSS: bg-[hsl(41,99%,25%)] — CSS variable: --color-primary: hsl(41, 99%, 25%);