HSL(23, 33%, 33%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(23,33%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(23, 33%, 33%) | color: hsl(23, 33%, 33%) | |
| HEX | #704E38 | color: #704E38 | |
| RGB | rgb(112, 78, 56) | color: rgb(112, 78, 56) | |
| CMYK | cmyk(0%, 30%, 50%, 56%) | — | |
| HSV | hsv(24, 50%, 44%) | — | |
| HWB | hwb(24 22% 56%) | color: hwb(24 22% 56%) | |
| OKLCH | oklch(0.4554 0.0571 53.69) | color: oklch(0.4554 0.0571 53.69) | |
| Lab | lab(36.33 11.44 18.7) | color: lab(36.33 11.44 18.7) | |
| LCH | lch(36.33 21.92 58.54) | color: lch(36.33 21.92 58.54) |
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)
#61613D — rgb(97, 97, 61)
Deuteranopia (Green-blind)
#63663F — rgb(99, 102, 63)
Tritanopia (Blue-blind)
#6E4242 — rgb(110, 66, 66)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(23, 33%, 33%);
text
color: hsl(23, 33%, 33%);
border
border: 2px solid hsl(23, 33%, 33%);
gradient light
background: linear-gradient(to right, hsl(23, 33%, 53%), hsl(23, 33%, 33%));
gradient dark
background: linear-gradient(to right, hsl(23, 33%, 33%), hsl(23, 33%, 13%))
hex
background-color: #704E38;
tailwind
bg-[hsl(23,33%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(23, 33%, 33%, 0.4);
css variable
--color-primary: hsl(23, 33%, 33%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(23, 33%, 33%)?
HEX: #704E38 | RGB: rgb(112, 78, 56) | CMYK: 0%, 30%, 50%, 56% | HSV: 24°, 50%, 44%. Copy any format from the conversion table above.
What colors go well with #704E38?
The complementary color is HSL(203, 33%, 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, 33%, 33%) in CSS?
As HSL: color: hsl(23, 33%, 33%); — As HEX: color: #704E38; — As RGB: color: rgb(112, 78, 56); — Tailwind CSS: bg-[hsl(23,33%,33%)] — CSS variable: --color-primary: hsl(23, 33%, 33%);