HSL(46, 25%, 18%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(46,25%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 25%, 18%) | color: hsl(46, 25%, 18%) | |
| HEX | #393422 | color: #393422 | |
| RGB | rgb(57, 52, 34) | color: rgb(57, 52, 34) | |
| CMYK | cmyk(0%, 9%, 40%, 78%) | — | |
| HSV | hsv(47, 40%, 22%) | — | |
| HWB | hwb(47 13% 78%) | color: hwb(47 13% 78%) | |
| OKLCH | oklch(0.3249 0.0305 94.44) | color: oklch(0.3249 0.0305 94.44) | |
| Lab | lab(21.73 -1.12 12.21) | color: lab(21.73 -1.12 12.21) | |
| LCH | lch(21.73 12.26 95.24) | color: lch(21.73 12.26 95.24) |
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)
#373726 — rgb(55, 55, 38)
Deuteranopia (Green-blind)
#373827 — rgb(55, 56, 39)
Tritanopia (Blue-blind)
#392A2B — rgb(57, 42, 43)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 25%, 18%);
text
color: hsl(46, 25%, 18%);
border
border: 2px solid hsl(46, 25%, 18%);
gradient light
background: linear-gradient(to right, hsl(46, 25%, 38%), hsl(46, 25%, 18%));
gradient dark
background: linear-gradient(to right, hsl(46, 25%, 18%), hsl(46, 25%, 0%))
hex
background-color: #393422;
tailwind
bg-[hsl(46,25%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 25%, 18%, 0.4);
css variable
--color-primary: hsl(46, 25%, 18%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 25%, 18%)?
HEX: #393422 | RGB: rgb(57, 52, 34) | CMYK: 0%, 9%, 40%, 78% | HSV: 47°, 40%, 22%. Copy any format from the conversion table above.
What colors go well with #393422?
The complementary color is HSL(226, 25%, 18%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(46, 25%, 18%) in CSS?
As HSL: color: hsl(46, 25%, 18%); — As HEX: color: #393422; — As RGB: color: rgb(57, 52, 34); — Tailwind CSS: bg-[hsl(46,25%,18%)] — CSS variable: --color-primary: hsl(46, 25%, 18%);