HSL(33, 20%, 18%)
Orange — Orange color
Adjust Color
Color Information
Color Name
Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(33,20%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(33, 20%, 18%) | color: hsl(33, 20%, 18%) | |
| HEX | #372F25 | color: #372F25 | |
| RGB | rgb(55, 47, 37) | color: rgb(55, 47, 37) | |
| CMYK | cmyk(0%, 15%, 33%, 78%) | — | |
| HSV | hsv(33, 33%, 22%) | — | |
| HWB | hwb(33 15% 78%) | color: hwb(33 15% 78%) | |
| OKLCH | oklch(0.3106 0.0207 73.13) | color: oklch(0.3106 0.0207 73.13) | |
| Lab | lab(19.96 1.71 7.77) | color: lab(19.96 1.71 7.77) | |
| LCH | lch(19.96 7.96 77.59) | color: lch(19.96 7.96 77.59) |
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)
#343327 — rgb(52, 51, 39)
Deuteranopia (Green-blind)
#343528 — rgb(52, 53, 40)
Tritanopia (Blue-blind)
#37292A — rgb(55, 41, 42)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(33, 20%, 18%);
text
color: hsl(33, 20%, 18%);
border
border: 2px solid hsl(33, 20%, 18%);
gradient light
background: linear-gradient(to right, hsl(33, 20%, 38%), hsl(33, 20%, 18%));
gradient dark
background: linear-gradient(to right, hsl(33, 20%, 18%), hsl(33, 20%, 0%))
hex
background-color: #372F25;
tailwind
bg-[hsl(33,20%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(33, 20%, 18%, 0.4);
css variable
--color-primary: hsl(33, 20%, 18%);
Related Colors
Use Cases for Orange
Frequently Asked Questions
What are all the color codes for HSL(33, 20%, 18%)?
HEX: #372F25 | RGB: rgb(55, 47, 37) | CMYK: 0%, 15%, 33%, 78% | HSV: 33°, 33%, 22%. Copy any format from the conversion table above.
What colors go well with #372F25?
The complementary color is HSL(213, 20%, 18%). For a triadic harmony, use hues 33°, 153°, and 273°. For analogous combinations, try hues 3° and 63°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(33, 20%, 18%) in CSS?
As HSL: color: hsl(33, 20%, 18%); — As HEX: color: #372F25; — As RGB: color: rgb(55, 47, 37); — Tailwind CSS: bg-[hsl(33,20%,18%)] — CSS variable: --color-primary: hsl(33, 20%, 18%);