HSL(23, 68%, 39%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,68%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 68%, 39%) | color: hsl(23, 68%, 39%) | |
| HEX | #A75420 | color: #A75420 | |
| RGB | rgb(167, 84, 32) | color: rgb(167, 84, 32) | |
| CMYK | cmyk(0%, 50%, 81%, 35%) | — | |
| HSV | hsv(23, 81%, 65%) | — | |
| HWB | hwb(23 12% 35%) | color: hwb(23 12% 35%) | |
| OKLCH | oklch(0.5387 0.1262 48.87) | color: oklch(0.5387 0.1262 48.87) | |
| Lab | lab(45.17 30.58 43.9) | color: lab(45.17 30.58 43.9) | |
| LCH | lch(45.17 53.5 55.14) | color: lch(45.17 53.5 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)
#83822D — rgb(131, 130, 45)
Deuteranopia (Green-blind)
#888E30 — rgb(136, 142, 48)
Tritanopia (Blue-blind)
#A33739 — rgb(163, 55, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 68%, 39%);
text
color: hsl(23, 68%, 39%);
border
border: 2px solid hsl(23, 68%, 39%);
gradient light
background: linear-gradient(to right, hsl(23, 68%, 59%), hsl(23, 68%, 39%));
gradient dark
background: linear-gradient(to right, hsl(23, 68%, 39%), hsl(23, 68%, 19%))
hex
background-color: #A75420;
tailwind
bg-[hsl(23,68%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 68%, 39%, 0.4);
css variable
--color-primary: hsl(23, 68%, 39%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 68%, 39%)?
HEX: #A75420 | RGB: rgb(167, 84, 32) | CMYK: 0%, 50%, 81%, 35% | HSV: 23°, 81%, 65%. Copy any format from the conversion table above.
What colors go well with #A75420?
The complementary color is HSL(203, 68%, 39%). 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, 68%, 39%) in CSS?
As HSL: color: hsl(23, 68%, 39%); — As HEX: color: #A75420; — As RGB: color: rgb(167, 84, 32); — Tailwind CSS: bg-[hsl(23,68%,39%)] — CSS variable: --color-primary: hsl(23, 68%, 39%);