HSL(23, 71%, 37%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,71%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 71%, 37%) | color: hsl(23, 71%, 37%) | |
| HEX | #A14F1B | color: #A14F1B | |
| RGB | rgb(161, 79, 27) | color: rgb(161, 79, 27) | |
| CMYK | cmyk(0%, 51%, 83%, 37%) | — | |
| HSV | hsv(23, 83%, 63%) | — | |
| HWB | hwb(23 11% 37%) | color: hwb(23 11% 37%) | |
| OKLCH | oklch(0.5212 0.1253 48.66) | color: oklch(0.5212 0.1253 48.66) | |
| Lab | lab(43.14 30.59 43.91) | color: lab(43.14 30.59 43.91) | |
| LCH | lch(43.14 53.51 55.14) | color: lch(43.14 53.51 55.14) |
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)
#7D7D28 — rgb(125, 125, 40)
Deuteranopia (Green-blind)
#82882B — rgb(130, 136, 43)
Tritanopia (Blue-blind)
#9D3234 — rgb(157, 50, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 71%, 37%);
text
color: hsl(23, 71%, 37%);
border
border: 2px solid hsl(23, 71%, 37%);
gradient light
background: linear-gradient(to right, hsl(23, 71%, 57%), hsl(23, 71%, 37%));
gradient dark
background: linear-gradient(to right, hsl(23, 71%, 37%), hsl(23, 71%, 17%))
hex
background-color: #A14F1B;
tailwind
bg-[hsl(23,71%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 71%, 37%, 0.4);
css variable
--color-primary: hsl(23, 71%, 37%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 71%, 37%)?
HEX: #A14F1B | RGB: rgb(161, 79, 27) | CMYK: 0%, 51%, 83%, 37% | HSV: 23°, 83%, 63%. Copy any format from the conversion table above.
What colors go well with #A14F1B?
The complementary color is HSL(203, 71%, 37%). For a triadic harmony, use hues 23°, 143°, and 263°. For analogous combinations, try hues 353° and 53°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(23, 71%, 37%) in CSS?
As HSL: color: hsl(23, 71%, 37%); — As HEX: color: #A14F1B; — As RGB: color: rgb(161, 79, 27); — Tailwind CSS: bg-[hsl(23,71%,37%)] — CSS variable: --color-primary: hsl(23, 71%, 37%);