HSL(30, 13%, 20%)
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(30,13%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(30, 13%, 20%) | color: hsl(30, 13%, 20%) | |
| HEX | #3A332C | color: #3A332C | |
| RGB | rgb(58, 51, 44) | color: rgb(58, 51, 44) | |
| CMYK | cmyk(0%, 12%, 24%, 77%) | — | |
| HSV | hsv(30, 24%, 23%) | — | |
| HWB | hwb(30 17% 77%) | color: hwb(30 17% 77%) | |
| OKLCH | oklch(0.3262 0.0157 67.23) | color: oklch(0.3262 0.0157 67.23) | |
| Lab | lab(21.76 1.72 5.58) | color: lab(21.76 1.72 5.58) | |
| LCH | lch(21.76 5.84 72.87) | color: lch(21.76 5.84 72.87) |
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)
#37372E — rgb(55, 55, 46)
Deuteranopia (Green-blind)
#37382E — rgb(55, 56, 46)
Tritanopia (Blue-blind)
#3A2F2F — rgb(58, 47, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(30, 13%, 20%);
text
color: hsl(30, 13%, 20%);
border
border: 2px solid hsl(30, 13%, 20%);
gradient light
background: linear-gradient(to right, hsl(30, 13%, 40%), hsl(30, 13%, 20%));
gradient dark
background: linear-gradient(to right, hsl(30, 13%, 20%), hsl(30, 13%, 0%))
hex
background-color: #3A332C;
tailwind
bg-[hsl(30,13%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(30, 13%, 20%, 0.4);
css variable
--color-primary: hsl(30, 13%, 20%);
Related Colors
Use Cases for Grayish Orange
Frequently Asked Questions
What are all the color codes for HSL(30, 13%, 20%)?
HEX: #3A332C | RGB: rgb(58, 51, 44) | CMYK: 0%, 12%, 24%, 77% | HSV: 30°, 24%, 23%. Copy any format from the conversion table above.
What colors go well with #3A332C?
The complementary color is HSL(210, 13%, 20%). For a triadic harmony, use hues 30°, 150°, and 270°. For analogous combinations, try hues 0° and 60°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(30, 13%, 20%) in CSS?
As HSL: color: hsl(30, 13%, 20%); — As HEX: color: #3A332C; — As RGB: color: rgb(58, 51, 44); — Tailwind CSS: bg-[hsl(30,13%,20%)] — CSS variable: --color-primary: hsl(30, 13%, 20%);