HSL(15, 10%, 22%)
Grayish Orange — Orange color
Adjust Color
Color Information
Color Name
Grayish Orange
Color Family
Orange
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(15,10%,22%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(15, 10%, 22%) | color: hsl(15, 10%, 22%) | |
| HEX | #3E3532 | color: #3E3532 | |
| RGB | rgb(62, 53, 50) | color: rgb(62, 53, 50) | |
| CMYK | cmyk(0%, 15%, 19%, 76%) | — | |
| HSV | hsv(15, 19%, 24%) | — | |
| HWB | hwb(15 19% 76%) | color: hwb(15 19% 76%) | |
| OKLCH | oklch(0.3375 0.0139 39.31) | color: oklch(0.3375 0.0139 39.31) | |
| Lab | lab(23 3.39 3.36) | color: lab(23 3.39 3.36) | |
| LCH | lch(23 4.77 44.75) | color: lch(23 4.77 44.75) |
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)
#3A3A33 — rgb(58, 58, 51)
Deuteranopia (Green-blind)
#3B3B33 — rgb(59, 59, 51)
Tritanopia (Blue-blind)
#3E3333 — rgb(62, 51, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(15, 10%, 22%);
text
color: hsl(15, 10%, 22%);
border
border: 2px solid hsl(15, 10%, 22%);
gradient light
background: linear-gradient(to right, hsl(15, 10%, 42%), hsl(15, 10%, 22%));
gradient dark
background: linear-gradient(to right, hsl(15, 10%, 22%), hsl(15, 10%, 2%))
hex
background-color: #3E3532;
tailwind
bg-[hsl(15,10%,22%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(15, 10%, 22%, 0.4);
css variable
--color-primary: hsl(15, 10%, 22%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(15, 10%, 22%)?
HEX: #3E3532 | RGB: rgb(62, 53, 50) | CMYK: 0%, 15%, 19%, 76% | HSV: 15°, 19%, 24%. Copy any format from the conversion table above.
What colors go well with #3E3532?
The complementary color is HSL(195, 10%, 22%). For a triadic harmony, use hues 15°, 135°, and 255°. For analogous combinations, try hues 345° and 45°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(15, 10%, 22%) in CSS?
As HSL: color: hsl(15, 10%, 22%); — As HEX: color: #3E3532; — As RGB: color: rgb(62, 53, 50); — Tailwind CSS: bg-[hsl(15,10%,22%)] — CSS variable: --color-primary: hsl(15, 10%, 22%);