HSL(17, 80%, 28%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(17,80%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(17, 80%, 28%) | color: hsl(17, 80%, 28%) | |
| HEX | #812F0E | color: #812F0E | |
| RGB | rgb(129, 47, 14) | color: rgb(129, 47, 14) | |
| CMYK | cmyk(0%, 64%, 89%, 49%) | — | |
| HSV | hsv(17, 89%, 51%) | — | |
| HWB | hwb(17 6% 49%) | color: hwb(17 6% 49%) | |
| OKLCH | oklch(0.4196 0.1211 39.74) | color: oklch(0.4196 0.1211 39.74) | |
| Lab | lab(31.19 33.81 37.1) | color: lab(31.19 33.81 37.1) | |
| LCH | lch(31.19 50.19 47.66) | color: lch(31.19 50.19 47.66) |
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)
#5D5D16 — rgb(93, 93, 22)
Deuteranopia (Green-blind)
#626818 — rgb(98, 104, 24)
Tritanopia (Blue-blind)
#7D1C1E — rgb(125, 28, 30)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(17, 80%, 28%);
text
color: hsl(17, 80%, 28%);
border
border: 2px solid hsl(17, 80%, 28%);
gradient light
background: linear-gradient(to right, hsl(17, 80%, 48%), hsl(17, 80%, 28%));
gradient dark
background: linear-gradient(to right, hsl(17, 80%, 28%), hsl(17, 80%, 8%))
hex
background-color: #812F0E;
tailwind
bg-[hsl(17,80%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(17, 80%, 28%, 0.4);
css variable
--color-primary: hsl(17, 80%, 28%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(17, 80%, 28%)?
HEX: #812F0E | RGB: rgb(129, 47, 14) | CMYK: 0%, 64%, 89%, 49% | HSV: 17°, 89%, 51%. Copy any format from the conversion table above.
What colors go well with #812F0E?
The complementary color is HSL(197, 80%, 28%). For a triadic harmony, use hues 17°, 137°, and 257°. For analogous combinations, try hues 347° and 47°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(17, 80%, 28%) in CSS?
As HSL: color: hsl(17, 80%, 28%); — As HEX: color: #812F0E; — As RGB: color: rgb(129, 47, 14); — Tailwind CSS: bg-[hsl(17,80%,28%)] — CSS variable: --color-primary: hsl(17, 80%, 28%);