HSL(31, 45%, 23%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(31,45%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(31, 45%, 23%) | color: hsl(31, 45%, 23%) | |
| HEX | #553C20 | color: #553C20 | |
| RGB | rgb(85, 60, 32) | color: rgb(85, 60, 32) | |
| CMYK | cmyk(0%, 29%, 62%, 67%) | — | |
| HSV | hsv(32, 62%, 33%) | — | |
| HWB | hwb(32 13% 67%) | color: hwb(32 13% 67%) | |
| OKLCH | oklch(0.3776 0.0548 67.98) | color: oklch(0.3776 0.0548 67.98) | |
| Lab | lab(27.48 7.4 21.45) | color: lab(27.48 7.4 21.45) | |
| LCH | lch(27.48 22.69 70.97) | color: lch(27.48 22.69 70.97) |
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)
#4A4A27 — rgb(74, 74, 39)
Deuteranopia (Green-blind)
#4C4E28 — rgb(76, 78, 40)
Tritanopia (Blue-blind)
#542C2D — rgb(84, 44, 45)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(31, 45%, 23%);
text
color: hsl(31, 45%, 23%);
border
border: 2px solid hsl(31, 45%, 23%);
gradient light
background: linear-gradient(to right, hsl(31, 45%, 43%), hsl(31, 45%, 23%));
gradient dark
background: linear-gradient(to right, hsl(31, 45%, 23%), hsl(31, 45%, 3%))
hex
background-color: #553C20;
tailwind
bg-[hsl(31,45%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(31, 45%, 23%, 0.4);
css variable
--color-primary: hsl(31, 45%, 23%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(31, 45%, 23%)?
HEX: #553C20 | RGB: rgb(85, 60, 32) | CMYK: 0%, 29%, 62%, 67% | HSV: 32°, 62%, 33%. Copy any format from the conversion table above.
What colors go well with #553C20?
The complementary color is HSL(211, 45%, 23%). For a triadic harmony, use hues 31°, 151°, and 271°. For analogous combinations, try hues 1° and 61°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(31, 45%, 23%) in CSS?
As HSL: color: hsl(31, 45%, 23%); — As HEX: color: #553C20; — As RGB: color: rgb(85, 60, 32); — Tailwind CSS: bg-[hsl(31,45%,23%)] — CSS variable: --color-primary: hsl(31, 45%, 23%);