HSL(55, 22%, 19%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(55,22%,19%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 22%, 19%) | color: hsl(55, 22%, 19%) | |
| HEX | #3B3926 | color: #3B3926 | |
| RGB | rgb(59, 57, 38) | color: rgb(59, 57, 38) | |
| CMYK | cmyk(0%, 3%, 36%, 77%) | — | |
| HSV | hsv(54, 36%, 23%) | — | |
| HWB | hwb(54 15% 77%) | color: hwb(54 15% 77%) | |
| OKLCH | oklch(0.3409 0.0312 102.83) | color: oklch(0.3409 0.0312 102.83) | |
| Lab | lab(23.66 -2.77 12.19) | color: lab(23.66 -2.77 12.19) | |
| LCH | lch(23.66 12.5 102.8) | color: lch(23.66 12.5 102.8) |
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)
#3A3A2B — rgb(58, 58, 43)
Deuteranopia (Green-blind)
#3A3A2C — rgb(58, 58, 44)
Tritanopia (Blue-blind)
#3B2E2F — rgb(59, 46, 47)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 22%, 19%);
text
color: hsl(55, 22%, 19%);
border
border: 2px solid hsl(55, 22%, 19%);
gradient light
background: linear-gradient(to right, hsl(55, 22%, 39%), hsl(55, 22%, 19%));
gradient dark
background: linear-gradient(to right, hsl(55, 22%, 19%), hsl(55, 22%, 0%))
hex
background-color: #3B3926;
tailwind
bg-[hsl(55,22%,19%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 22%, 19%, 0.4);
css variable
--color-primary: hsl(55, 22%, 19%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 22%, 19%)?
HEX: #3B3926 | RGB: rgb(59, 57, 38) | CMYK: 0%, 3%, 36%, 77% | HSV: 54°, 36%, 23%. Copy any format from the conversion table above.
What colors go well with #3B3926?
The complementary color is HSL(235, 22%, 19%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 22%, 19%) in CSS?
As HSL: color: hsl(55, 22%, 19%); — As HEX: color: #3B3926; — As RGB: color: rgb(59, 57, 38); — Tailwind CSS: bg-[hsl(55,22%,19%)] — CSS variable: --color-primary: hsl(55, 22%, 19%);