HSL(55, 80%, 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(55,80%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(55, 80%, 11%) | color: hsl(55, 80%, 11%) | |
| HEX | #322F06 | color: #322F06 | |
| RGB | rgb(50, 47, 6) | color: rgb(50, 47, 6) | |
| CMYK | cmyk(0%, 6%, 88%, 80%) | — | |
| HSV | hsv(56, 88%, 20%) | — | |
| HWB | hwb(56 2% 80%) | color: hwb(56 2% 80%) | |
| OKLCH | oklch(0.2994 0.0577 105.15) | color: oklch(0.2994 0.0577 105.15) | |
| Lab | lab(18.9 -4.48 24.39) | color: lab(18.9 -4.48 24.39) | |
| LCH | lch(18.9 24.8 100.41) | color: lch(18.9 24.8 100.41) |
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)
#313110 — rgb(49, 49, 16)
Deuteranopia (Green-blind)
#313112 — rgb(49, 49, 18)
Tritanopia (Blue-blind)
#321819 — rgb(50, 24, 25)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(55, 80%, 11%);
text
color: hsl(55, 80%, 11%);
border
border: 2px solid hsl(55, 80%, 11%);
gradient light
background: linear-gradient(to right, hsl(55, 80%, 31%), hsl(55, 80%, 11%));
gradient dark
background: linear-gradient(to right, hsl(55, 80%, 11%), hsl(55, 80%, 0%))
hex
background-color: #322F06;
tailwind
bg-[hsl(55,80%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(55, 80%, 11%, 0.4);
css variable
--color-primary: hsl(55, 80%, 11%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(55, 80%, 11%)?
HEX: #322F06 | RGB: rgb(50, 47, 6) | CMYK: 0%, 6%, 88%, 80% | HSV: 56°, 88%, 20%. Copy any format from the conversion table above.
What colors go well with #322F06?
The complementary color is HSL(235, 80%, 11%). For a triadic harmony, use hues 55°, 175°, and 295°. For analogous combinations, try hues 25° and 85°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(55, 80%, 11%) in CSS?
As HSL: color: hsl(55, 80%, 11%); — As HEX: color: #322F06; — As RGB: color: rgb(50, 47, 6); — Tailwind CSS: bg-[hsl(55,80%,11%)] — CSS variable: --color-primary: hsl(55, 80%, 11%);