HSL(46, 69%, 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(46,69%,11%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(46, 69%, 11%) | color: hsl(46, 69%, 11%) | |
| HEX | #2F2609 | color: #2F2609 | |
| RGB | rgb(47, 38, 9) | color: rgb(47, 38, 9) | |
| CMYK | cmyk(0%, 19%, 81%, 82%) | — | |
| HSV | hsv(46, 81%, 18%) | — | |
| HWB | hwb(46 3% 82%) | color: hwb(46 3% 82%) | |
| OKLCH | oklch(0.272 0.0456 91.71) | color: oklch(0.272 0.0456 91.71) | |
| Lab | lab(15.54 0.09 18.99) | color: lab(15.54 0.09 18.99) | |
| LCH | lch(15.54 18.99 89.73) | color: lch(15.54 18.99 89.73) |
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)
#2B2B10 — rgb(43, 43, 16)
Deuteranopia (Green-blind)
#2C2C12 — rgb(44, 44, 18)
Tritanopia (Blue-blind)
#2F1617 — rgb(47, 22, 23)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(46, 69%, 11%);
text
color: hsl(46, 69%, 11%);
border
border: 2px solid hsl(46, 69%, 11%);
gradient light
background: linear-gradient(to right, hsl(46, 69%, 31%), hsl(46, 69%, 11%));
gradient dark
background: linear-gradient(to right, hsl(46, 69%, 11%), hsl(46, 69%, 0%))
hex
background-color: #2F2609;
tailwind
bg-[hsl(46,69%,11%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(46, 69%, 11%, 0.4);
css variable
--color-primary: hsl(46, 69%, 11%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(46, 69%, 11%)?
HEX: #2F2609 | RGB: rgb(47, 38, 9) | CMYK: 0%, 19%, 81%, 82% | HSV: 46°, 81%, 18%. Copy any format from the conversion table above.
What colors go well with #2F2609?
The complementary color is HSL(226, 69%, 11%). For a triadic harmony, use hues 46°, 166°, and 286°. For analogous combinations, try hues 16° and 76°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(46, 69%, 11%) in CSS?
As HSL: color: hsl(46, 69%, 11%); — As HEX: color: #2F2609; — As RGB: color: rgb(47, 38, 9); — Tailwind CSS: bg-[hsl(46,69%,11%)] — CSS variable: --color-primary: hsl(46, 69%, 11%);