HSL(23, 57%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,57%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 57%, 33%) | color: hsl(23, 57%, 33%) | |
| HEX | #844924 | color: #844924 | |
| RGB | rgb(132, 73, 36) | color: rgb(132, 73, 36) | |
| CMYK | cmyk(0%, 45%, 73%, 48%) | — | |
| HSV | hsv(23, 73%, 52%) | — | |
| HWB | hwb(23 14% 48%) | color: hwb(23 14% 48%) | |
| OKLCH | oklch(0.4692 0.0949 50.61) | color: oklch(0.4692 0.0949 50.61) | |
| Lab | lab(37.48 21.82 32.36) | color: lab(37.48 21.82 32.36) | |
| LCH | lch(37.48 39.03 56.01) | color: lch(37.48 39.03 56.01) |
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)
#6A6A2D — rgb(106, 106, 45)
Deuteranopia (Green-blind)
#6E722F — rgb(110, 114, 47)
Tritanopia (Blue-blind)
#813436 — rgb(129, 52, 54)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 57%, 33%);
text
color: hsl(23, 57%, 33%);
border
border: 2px solid hsl(23, 57%, 33%);
gradient light
background: linear-gradient(to right, hsl(23, 57%, 53%), hsl(23, 57%, 33%));
gradient dark
background: linear-gradient(to right, hsl(23, 57%, 33%), hsl(23, 57%, 13%))
hex
background-color: #844924;
tailwind
bg-[hsl(23,57%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 57%, 33%, 0.4);
css variable
--color-primary: hsl(23, 57%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 57%, 33%)?
HEX: #844924 | RGB: rgb(132, 73, 36) | CMYK: 0%, 45%, 73%, 48% | HSV: 23°, 73%, 52%. Copy any format from the conversion table above.
What colors go well with #844924?
The complementary color is HSL(203, 57%, 33%). 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, 57%, 33%) in CSS?
As HSL: color: hsl(23, 57%, 33%); — As HEX: color: #844924; — As RGB: color: rgb(132, 73, 36); — Tailwind CSS: bg-[hsl(23,57%,33%)] — CSS variable: --color-primary: hsl(23, 57%, 33%);