HSL(57, 44%, 16%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(57,44%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 44%, 16%) | color: hsl(57, 44%, 16%) | |
| HEX | #3B3917 | color: #3B3917 | |
| RGB | rgb(59, 57, 23) | color: rgb(59, 57, 23) | |
| CMYK | cmyk(0%, 3%, 61%, 77%) | — | |
| HSV | hsv(57, 61%, 23%) | — | |
| HWB | hwb(57 9% 77%) | color: hwb(57 9% 77%) | |
| OKLCH | oklch(0.338 0.0518 105.79) | color: oklch(0.338 0.0518 105.79) | |
| Lab | lab(23.4 -4.73 21.23) | color: lab(23.4 -4.73 21.23) | |
| LCH | lch(23.4 21.75 102.56) | color: lch(23.4 21.75 102.56) |
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)
#3A3A1F — rgb(58, 58, 31)
Deuteranopia (Green-blind)
#3A3A21 — rgb(58, 58, 33)
Tritanopia (Blue-blind)
#3B2627 — rgb(59, 38, 39)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 44%, 16%);
text
color: hsl(57, 44%, 16%);
border
border: 2px solid hsl(57, 44%, 16%);
gradient light
background: linear-gradient(to right, hsl(57, 44%, 36%), hsl(57, 44%, 16%));
gradient dark
background: linear-gradient(to right, hsl(57, 44%, 16%), hsl(57, 44%, 0%))
hex
background-color: #3B3917;
tailwind
bg-[hsl(57,44%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 44%, 16%, 0.4);
css variable
--color-primary: hsl(57, 44%, 16%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 44%, 16%)?
HEX: #3B3917 | RGB: rgb(59, 57, 23) | CMYK: 0%, 3%, 61%, 77% | HSV: 57°, 61%, 23%. Copy any format from the conversion table above.
What colors go well with #3B3917?
The complementary color is HSL(237, 44%, 16%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 44%, 16%) in CSS?
As HSL: color: hsl(57, 44%, 16%); — As HEX: color: #3B3917; — As RGB: color: rgb(59, 57, 23); — Tailwind CSS: bg-[hsl(57,44%,16%)] — CSS variable: --color-primary: hsl(57, 44%, 16%);