HSL(57, 85%, 11%)
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(57,85%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(57, 85%, 11%) | color: hsl(57, 85%, 11%) | |
| HEX | #343204 | color: #343204 | |
| RGB | rgb(52, 50, 4) | color: rgb(52, 50, 4) | |
| CMYK | cmyk(0%, 4%, 92%, 80%) | — | |
| HSV | hsv(58, 92%, 20%) | — | |
| HWB | hwb(58 2% 80%) | color: hwb(58 2% 80%) | |
| OKLCH | oklch(0.3095 0.0626 106.96) | color: oklch(0.3095 0.0626 106.96) | |
| Lab | lab(20.12 -5.46 26.66) | color: lab(20.12 -5.46 26.66) | |
| LCH | lch(20.12 27.21 101.57) | color: lch(20.12 27.21 101.57) |
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)
#33330F — rgb(51, 51, 15)
Deuteranopia (Green-blind)
#333312 — rgb(51, 51, 18)
Tritanopia (Blue-blind)
#34181A — rgb(52, 24, 26)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(57, 85%, 11%);
text
color: hsl(57, 85%, 11%);
border
border: 2px solid hsl(57, 85%, 11%);
gradient light
background: linear-gradient(to right, hsl(57, 85%, 31%), hsl(57, 85%, 11%));
gradient dark
background: linear-gradient(to right, hsl(57, 85%, 11%), hsl(57, 85%, 0%))
hex
background-color: #343204;
tailwind
bg-[hsl(57,85%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(57, 85%, 11%, 0.4);
css variable
--color-primary: hsl(57, 85%, 11%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(57, 85%, 11%)?
HEX: #343204 | RGB: rgb(52, 50, 4) | CMYK: 0%, 4%, 92%, 80% | HSV: 58°, 92%, 20%. Copy any format from the conversion table above.
What colors go well with #343204?
The complementary color is HSL(237, 85%, 11%). For a triadic harmony, use hues 57°, 177°, and 297°. For analogous combinations, try hues 27° and 87°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(57, 85%, 11%) in CSS?
As HSL: color: hsl(57, 85%, 11%); — As HEX: color: #343204; — As RGB: color: rgb(52, 50, 4); — Tailwind CSS: bg-[hsl(57,85%,11%)] — CSS variable: --color-primary: hsl(57, 85%, 11%);