HSL(58, 96%, 12%)
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(58,96%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(58, 96%, 12%) | color: hsl(58, 96%, 12%) | |
| HEX | #3C3A01 | color: #3C3A01 | |
| RGB | rgb(60, 58, 1) | color: rgb(60, 58, 1) | |
| CMYK | cmyk(0%, 3%, 98%, 76%) | — | |
| HSV | hsv(58, 98%, 24%) | — | |
| HWB | hwb(58 0% 76%) | color: hwb(58 0% 76%) | |
| OKLCH | oklch(0.3395 0.0722 107.5) | color: oklch(0.3395 0.0722 107.5) | |
| Lab | lab(23.64 -6.38 31.87) | color: lab(23.64 -6.38 31.87) | |
| LCH | lch(23.64 32.5 101.32) | color: lch(23.64 32.5 101.32) |
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)
#3B3B0F — rgb(59, 59, 15)
Deuteranopia (Green-blind)
#3B3B12 — rgb(59, 59, 18)
Tritanopia (Blue-blind)
#3C1A1C — rgb(60, 26, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(58, 96%, 12%);
text
color: hsl(58, 96%, 12%);
border
border: 2px solid hsl(58, 96%, 12%);
gradient light
background: linear-gradient(to right, hsl(58, 96%, 32%), hsl(58, 96%, 12%));
gradient dark
background: linear-gradient(to right, hsl(58, 96%, 12%), hsl(58, 96%, 0%))
hex
background-color: #3C3A01;
tailwind
bg-[hsl(58,96%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(58, 96%, 12%, 0.4);
css variable
--color-primary: hsl(58, 96%, 12%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(58, 96%, 12%)?
HEX: #3C3A01 | RGB: rgb(60, 58, 1) | CMYK: 0%, 3%, 98%, 76% | HSV: 58°, 98%, 24%. Copy any format from the conversion table above.
What colors go well with #3C3A01?
The complementary color is HSL(238, 96%, 12%). For a triadic harmony, use hues 58°, 178°, and 298°. For analogous combinations, try hues 28° and 88°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(58, 96%, 12%) in CSS?
As HSL: color: hsl(58, 96%, 12%); — As HEX: color: #3C3A01; — As RGB: color: rgb(60, 58, 1); — Tailwind CSS: bg-[hsl(58,96%,12%)] — CSS variable: --color-primary: hsl(58, 96%, 12%);