HSL(43, 25%, 47%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(43,25%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(43, 25%, 47%) | color: hsl(43, 25%, 47%) | |
| HEX | #96855A | color: #96855A | |
| RGB | rgb(150, 133, 90) | color: rgb(150, 133, 90) | |
| CMYK | cmyk(0%, 11%, 40%, 41%) | — | |
| HSV | hsv(43, 40%, 59%) | — | |
| HWB | hwb(43 35% 41%) | color: hwb(43 35% 41%) | |
| OKLCH | oklch(0.6215 0.0631 88.85) | color: oklch(0.6215 0.0631 88.85) | |
| Lab | lab(56.09 0.01 25.55) | color: lab(56.09 0.01 25.55) | |
| LCH | lch(56.09 25.55 89.98) | color: lch(56.09 25.55 89.98) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#8F8E64 — rgb(143, 142, 100)
Deuteranopia (Green-blind)
#909167 — rgb(144, 145, 103)
Tritanopia (Blue-blind)
#956D6E — rgb(149, 109, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(43, 25%, 47%);
text
color: hsl(43, 25%, 47%);
border
border: 2px solid hsl(43, 25%, 47%);
gradient light
background: linear-gradient(to right, hsl(43, 25%, 67%), hsl(43, 25%, 47%));
gradient dark
background: linear-gradient(to right, hsl(43, 25%, 47%), hsl(43, 25%, 27%))
hex
background-color: #96855A;
tailwind
bg-[hsl(43,25%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(43, 25%, 47%, 0.4);
css variable
--color-primary: hsl(43, 25%, 47%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(43, 25%, 47%)?
HEX: #96855A | RGB: rgb(150, 133, 90) | CMYK: 0%, 11%, 40%, 41% | HSV: 43°, 40%, 59%. Copy any format from the conversion table above.
What colors go well with #96855A?
The complementary color is HSL(223, 25%, 47%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(43, 25%, 47%) in CSS?
As HSL: color: hsl(43, 25%, 47%); — As HEX: color: #96855A; — As RGB: color: rgb(150, 133, 90); — Tailwind CSS: bg-[hsl(43,25%,47%)] — CSS variable: --color-primary: hsl(43, 25%, 47%);