HSL(53, 41%, 17%)
Yellow — Yellow color
Adjust Color
Color Information
Color Name
Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(53,41%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 41%, 17%) | color: hsl(53, 41%, 17%) | |
| HEX | #3D391A | color: #3D391A | |
| RGB | rgb(61, 57, 26) | color: rgb(61, 57, 26) | |
| CMYK | cmyk(0%, 7%, 57%, 76%) | — | |
| HSV | hsv(53, 57%, 24%) | — | |
| HWB | hwb(53 10% 76%) | color: hwb(53 10% 76%) | |
| OKLCH | oklch(0.3406 0.048 102) | color: oklch(0.3406 0.048 102) | |
| Lab | lab(23.65 -3.39 19.79) | color: lab(23.65 -3.39 19.79) | |
| LCH | lch(23.65 20.08 99.72) | color: lch(23.65 20.08 99.72) |
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)
#3B3B22 — rgb(59, 59, 34)
Deuteranopia (Green-blind)
#3C3C23 — rgb(60, 60, 35)
Tritanopia (Blue-blind)
#3D2729 — rgb(61, 39, 41)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 41%, 17%);
text
color: hsl(53, 41%, 17%);
border
border: 2px solid hsl(53, 41%, 17%);
gradient light
background: linear-gradient(to right, hsl(53, 41%, 37%), hsl(53, 41%, 17%));
gradient dark
background: linear-gradient(to right, hsl(53, 41%, 17%), hsl(53, 41%, 0%))
hex
background-color: #3D391A;
tailwind
bg-[hsl(53,41%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 41%, 17%, 0.4);
css variable
--color-primary: hsl(53, 41%, 17%);
Related Colors
Use Cases for Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 41%, 17%)?
HEX: #3D391A | RGB: rgb(61, 57, 26) | CMYK: 0%, 7%, 57%, 76% | HSV: 53°, 57%, 24%. Copy any format from the conversion table above.
What colors go well with #3D391A?
The complementary color is HSL(233, 41%, 17%). For a triadic harmony, use hues 53°, 173°, and 293°. For analogous combinations, try hues 23° and 83°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(53, 41%, 17%) in CSS?
As HSL: color: hsl(53, 41%, 17%); — As HEX: color: #3D391A; — As RGB: color: rgb(61, 57, 26); — Tailwind CSS: bg-[hsl(53,41%,17%)] — CSS variable: --color-primary: hsl(53, 41%, 17%);