HSL(49, 85%, 13%)
Very Dark Yellow — Yellow color
Adjust Color
Color Information
Color Name
Very Dark Yellow
Color Family
Yellow
Warm / Cool
🔴 Warm
Temperature
2700K
CSS Class
bg-[hsl(49,85%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(49, 85%, 13%) | color: hsl(49, 85%, 13%) | |
| HEX | #3D3305 | color: #3D3305 | |
| RGB | rgb(61, 51, 5) | color: rgb(61, 51, 5) | |
| CMYK | cmyk(0%, 16%, 92%, 76%) | — | |
| HSV | hsv(49, 92%, 24%) | — | |
| HWB | hwb(49 2% 76%) | color: hwb(49 2% 76%) | |
| OKLCH | oklch(0.3227 0.0623 96.04) | color: oklch(0.3227 0.0623 96.04) | |
| Lab | lab(21.47 -1.15 28.02) | color: lab(21.47 -1.15 28.02) | |
| LCH | lch(21.47 28.04 92.35) | color: lch(21.47 28.04 92.35) |
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)
#393910 — rgb(57, 57, 16)
Deuteranopia (Green-blind)
#393A13 — rgb(57, 58, 19)
Tritanopia (Blue-blind)
#3D191B — rgb(61, 25, 27)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(49, 85%, 13%);
text
color: hsl(49, 85%, 13%);
border
border: 2px solid hsl(49, 85%, 13%);
gradient light
background: linear-gradient(to right, hsl(49, 85%, 33%), hsl(49, 85%, 13%));
gradient dark
background: linear-gradient(to right, hsl(49, 85%, 13%), hsl(49, 85%, 0%))
hex
background-color: #3D3305;
tailwind
bg-[hsl(49,85%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(49, 85%, 13%, 0.4);
css variable
--color-primary: hsl(49, 85%, 13%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(49, 85%, 13%)?
HEX: #3D3305 | RGB: rgb(61, 51, 5) | CMYK: 0%, 16%, 92%, 76% | HSV: 49°, 92%, 24%. Copy any format from the conversion table above.
What colors go well with #3D3305?
The complementary color is HSL(229, 85%, 13%). For a triadic harmony, use hues 49°, 169°, and 289°. For analogous combinations, try hues 19° and 79°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(49, 85%, 13%) in CSS?
As HSL: color: hsl(49, 85%, 13%); — As HEX: color: #3D3305; — As RGB: color: rgb(61, 51, 5); — Tailwind CSS: bg-[hsl(49,85%,13%)] — CSS variable: --color-primary: hsl(49, 85%, 13%);