HSL(25, 50%, 43%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(25,50%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(25, 50%, 43%) | color: hsl(25, 50%, 43%) | |
| HEX | #A46537 | color: #A46537 | |
| RGB | rgb(164, 101, 55) | color: rgb(164, 101, 55) | |
| CMYK | cmyk(0%, 38%, 66%, 36%) | — | |
| HSV | hsv(25, 66%, 64%) | — | |
| HWB | hwb(25 22% 36%) | color: hwb(25 22% 36%) | |
| OKLCH | oklch(0.5669 0.1018 55.07) | color: oklch(0.5669 0.1018 55.07) | |
| Lab | lab(48.86 21.05 36.14) | color: lab(48.86 21.05 36.14) | |
| LCH | lch(48.86 41.82 59.78) | color: lch(48.86 41.82 59.78) |
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)
#898842 — rgb(137, 136, 66)
Deuteranopia (Green-blind)
#8C9145 — rgb(140, 145, 69)
Tritanopia (Blue-blind)
#A14B4D — rgb(161, 75, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(25, 50%, 43%);
text
color: hsl(25, 50%, 43%);
border
border: 2px solid hsl(25, 50%, 43%);
gradient light
background: linear-gradient(to right, hsl(25, 50%, 63%), hsl(25, 50%, 43%));
gradient dark
background: linear-gradient(to right, hsl(25, 50%, 43%), hsl(25, 50%, 23%))
hex
background-color: #A46537;
tailwind
bg-[hsl(25,50%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(25, 50%, 43%, 0.4);
css variable
--color-primary: hsl(25, 50%, 43%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(25, 50%, 43%)?
HEX: #A46537 | RGB: rgb(164, 101, 55) | CMYK: 0%, 38%, 66%, 36% | HSV: 25°, 66%, 64%. Copy any format from the conversion table above.
What colors go well with #A46537?
The complementary color is HSL(205, 50%, 43%). 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, 50%, 43%) in CSS?
As HSL: color: hsl(25, 50%, 43%); — As HEX: color: #A46537; — As RGB: color: rgb(164, 101, 55); — Tailwind CSS: bg-[hsl(25,50%,43%)] — CSS variable: --color-primary: hsl(25, 50%, 43%);