HSL(50, 80%, 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(50,80%,13%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(50, 80%, 13%) | color: hsl(50, 80%, 13%) | |
| HEX | #3C3307 | color: #3C3307 | |
| RGB | rgb(60, 51, 7) | color: rgb(60, 51, 7) | |
| CMYK | cmyk(0%, 15%, 88%, 76%) | — | |
| HSV | hsv(50, 88%, 24%) | — | |
| HWB | hwb(50 3% 76%) | color: hwb(50 3% 76%) | |
| OKLCH | oklch(0.3216 0.0605 97.01) | color: oklch(0.3216 0.0605 97.01) | |
| Lab | lab(21.37 -1.58 27.07) | color: lab(21.37 -1.58 27.07) | |
| LCH | lch(21.37 27.12 93.34) | color: lch(21.37 27.12 93.34) |
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)
#383812 — rgb(56, 56, 18)
Deuteranopia (Green-blind)
#393914 — rgb(57, 57, 20)
Tritanopia (Blue-blind)
#3C1A1C — rgb(60, 26, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(50, 80%, 13%);
text
color: hsl(50, 80%, 13%);
border
border: 2px solid hsl(50, 80%, 13%);
gradient light
background: linear-gradient(to right, hsl(50, 80%, 33%), hsl(50, 80%, 13%));
gradient dark
background: linear-gradient(to right, hsl(50, 80%, 13%), hsl(50, 80%, 0%))
hex
background-color: #3C3307;
tailwind
bg-[hsl(50,80%,13%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(50, 80%, 13%, 0.4);
css variable
--color-primary: hsl(50, 80%, 13%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(50, 80%, 13%)?
HEX: #3C3307 | RGB: rgb(60, 51, 7) | CMYK: 0%, 15%, 88%, 76% | HSV: 50°, 88%, 24%. Copy any format from the conversion table above.
What colors go well with #3C3307?
The complementary color is HSL(230, 80%, 13%). For a triadic harmony, use hues 50°, 170°, and 290°. For analogous combinations, try hues 20° and 80°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(50, 80%, 13%) in CSS?
As HSL: color: hsl(50, 80%, 13%); — As HEX: color: #3C3307; — As RGB: color: rgb(60, 51, 7); — Tailwind CSS: bg-[hsl(50,80%,13%)] — CSS variable: --color-primary: hsl(50, 80%, 13%);