HSL(28, 85%, 35%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(28,85%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(28, 85%, 35%) | color: hsl(28, 85%, 35%) | |
| HEX | #A5540D | color: #A5540D | |
| RGB | rgb(165, 84, 13) | color: rgb(165, 84, 13) | |
| CMYK | cmyk(0%, 49%, 92%, 35%) | — | |
| HSV | hsv(28, 92%, 65%) | — | |
| HWB | hwb(28 5% 35%) | color: hwb(28 5% 35%) | |
| OKLCH | oklch(0.5346 0.1295 53.64) | color: oklch(0.5346 0.1295 53.64) | |
| Lab | lab(44.76 29.23 50.56) | color: lab(44.76 29.23 50.56) | |
| LCH | lch(44.76 58.4 59.97) | color: lch(44.76 58.4 59.97) |
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)
#82811E — rgb(130, 129, 30)
Deuteranopia (Green-blind)
#878D22 — rgb(135, 141, 34)
Tritanopia (Blue-blind)
#A12C2F — rgb(161, 44, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(28, 85%, 35%);
text
color: hsl(28, 85%, 35%);
border
border: 2px solid hsl(28, 85%, 35%);
gradient light
background: linear-gradient(to right, hsl(28, 85%, 55%), hsl(28, 85%, 35%));
gradient dark
background: linear-gradient(to right, hsl(28, 85%, 35%), hsl(28, 85%, 15%))
hex
background-color: #A5540D;
tailwind
bg-[hsl(28,85%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(28, 85%, 35%, 0.4);
css variable
--color-primary: hsl(28, 85%, 35%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(28, 85%, 35%)?
HEX: #A5540D | RGB: rgb(165, 84, 13) | CMYK: 0%, 49%, 92%, 35% | HSV: 28°, 92%, 65%. Copy any format from the conversion table above.
What colors go well with #A5540D?
The complementary color is HSL(208, 85%, 35%). For a triadic harmony, use hues 28°, 148°, and 268°. For analogous combinations, try hues 358° and 58°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(28, 85%, 35%) in CSS?
As HSL: color: hsl(28, 85%, 35%); — As HEX: color: #A5540D; — As RGB: color: rgb(165, 84, 13); — Tailwind CSS: bg-[hsl(28,85%,35%)] — CSS variable: --color-primary: hsl(28, 85%, 35%);