HSL(23, 33%, 50%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,33%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 33%, 50%) | color: hsl(23, 33%, 50%) | |
| HEX | #AA7655 | color: #AA7655 | |
| RGB | rgb(170, 118, 85) | color: rgb(170, 118, 85) | |
| CMYK | cmyk(0%, 31%, 50%, 33%) | — | |
| HSV | hsv(23, 50%, 67%) | — | |
| HWB | hwb(23 34% 33%) | color: hwb(23 34% 33%) | |
| OKLCH | oklch(0.6113 0.0805 53.06) | color: oklch(0.6113 0.0805 53.06) | |
| Lab | lab(54.2 16.49 26.3) | color: lab(54.2 16.49 26.3) | |
| LCH | lch(54.2 31.04 57.91) | color: lch(54.2 31.04 57.91) |
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)
#93935D — rgb(147, 147, 93)
Deuteranopia (Green-blind)
#979A5F — rgb(151, 154, 95)
Tritanopia (Blue-blind)
#A76365 — rgb(167, 99, 101)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 33%, 50%);
text
color: hsl(23, 33%, 50%);
border
border: 2px solid hsl(23, 33%, 50%);
gradient light
background: linear-gradient(to right, hsl(23, 33%, 70%), hsl(23, 33%, 50%));
gradient dark
background: linear-gradient(to right, hsl(23, 33%, 50%), hsl(23, 33%, 30%))
hex
background-color: #AA7655;
tailwind
bg-[hsl(23,33%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 33%, 50%, 0.4);
css variable
--color-primary: hsl(23, 33%, 50%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 33%, 50%)?
HEX: #AA7655 | RGB: rgb(170, 118, 85) | CMYK: 0%, 31%, 50%, 33% | HSV: 23°, 50%, 67%. Copy any format from the conversion table above.
What colors go well with #AA7655?
The complementary color is HSL(203, 33%, 50%). 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, 33%, 50%) in CSS?
As HSL: color: hsl(23, 33%, 50%); — As HEX: color: #AA7655; — As RGB: color: rgb(170, 118, 85); — Tailwind CSS: bg-[hsl(23,33%,50%)] — CSS variable: --color-primary: hsl(23, 33%, 50%);