HSL(53, 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(53,85%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(53, 85%, 13%) | color: hsl(53, 85%, 13%) | |
| HEX | #3D3705 | color: #3D3705 | |
| RGB | rgb(61, 55, 5) | color: rgb(61, 55, 5) | |
| CMYK | cmyk(0%, 10%, 92%, 76%) | — | |
| HSV | hsv(54, 92%, 24%) | — | |
| HWB | hwb(54 2% 76%) | color: hwb(54 2% 76%) | |
| OKLCH | oklch(0.333 0.0658 102.11) | color: oklch(0.333 0.0658 102.11) | |
| Lab | lab(22.78 -3.73 29.4) | color: lab(22.78 -3.73 29.4) | |
| LCH | lch(22.78 29.64 97.23) | color: lch(22.78 29.64 97.23) |
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)
#3A3A11 — rgb(58, 58, 17)
Deuteranopia (Green-blind)
#3B3B14 — rgb(59, 59, 20)
Tritanopia (Blue-blind)
#3D1B1D — rgb(61, 27, 29)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(53, 85%, 13%);
text
color: hsl(53, 85%, 13%);
border
border: 2px solid hsl(53, 85%, 13%);
gradient light
background: linear-gradient(to right, hsl(53, 85%, 33%), hsl(53, 85%, 13%));
gradient dark
background: linear-gradient(to right, hsl(53, 85%, 13%), hsl(53, 85%, 0%))
hex
background-color: #3D3705;
tailwind
bg-[hsl(53,85%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(53, 85%, 13%, 0.4);
css variable
--color-primary: hsl(53, 85%, 13%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(53, 85%, 13%)?
HEX: #3D3705 | RGB: rgb(61, 55, 5) | CMYK: 0%, 10%, 92%, 76% | HSV: 54°, 92%, 24%. Copy any format from the conversion table above.
What colors go well with #3D3705?
The complementary color is HSL(233, 85%, 13%). 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, 85%, 13%) in CSS?
As HSL: color: hsl(53, 85%, 13%); — As HEX: color: #3D3705; — As RGB: color: rgb(61, 55, 5); — Tailwind CSS: bg-[hsl(53,85%,13%)] — CSS variable: --color-primary: hsl(53, 85%, 13%);