HSL(47, 27%, 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(47,27%,12%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(47, 27%, 12%) | color: hsl(47, 27%, 12%) | |
| HEX | #272316 | color: #272316 | |
| RGB | rgb(39, 35, 22) | color: rgb(39, 35, 22) | |
| CMYK | cmyk(0%, 10%, 44%, 85%) | — | |
| HSV | hsv(46, 44%, 15%) | — | |
| HWB | hwb(46 8% 85%) | color: hwb(46 8% 85%) | |
| OKLCH | oklch(0.2565 0.0235 93.01) | color: oklch(0.2565 0.0235 93.01) | |
| Lab | lab(13.78 -0.67 9.43) | color: lab(13.78 -0.67 9.43) | |
| LCH | lch(13.78 9.45 94.06) | color: lch(13.78 9.45 94.06) |
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)
#252519 — rgb(37, 37, 25)
Deuteranopia (Green-blind)
#26261A — rgb(38, 38, 26)
Tritanopia (Blue-blind)
#271C1C — rgb(39, 28, 28)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(47, 27%, 12%);
text
color: hsl(47, 27%, 12%);
border
border: 2px solid hsl(47, 27%, 12%);
gradient light
background: linear-gradient(to right, hsl(47, 27%, 32%), hsl(47, 27%, 12%));
gradient dark
background: linear-gradient(to right, hsl(47, 27%, 12%), hsl(47, 27%, 0%))
hex
background-color: #272316;
tailwind
bg-[hsl(47,27%,12%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(47, 27%, 12%, 0.4);
css variable
--color-primary: hsl(47, 27%, 12%);
Related Colors
Use Cases for Very Dark Yellow
Frequently Asked Questions
What are all the color codes for HSL(47, 27%, 12%)?
HEX: #272316 | RGB: rgb(39, 35, 22) | CMYK: 0%, 10%, 44%, 85% | HSV: 46°, 44%, 15%. Copy any format from the conversion table above.
What colors go well with #272316?
The complementary color is HSL(227, 27%, 12%). For a triadic harmony, use hues 47°, 167°, and 287°. For analogous combinations, try hues 17° and 77°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(47, 27%, 12%) in CSS?
As HSL: color: hsl(47, 27%, 12%); — As HEX: color: #272316; — As RGB: color: rgb(39, 35, 22); — Tailwind CSS: bg-[hsl(47,27%,12%)] — CSS variable: --color-primary: hsl(47, 27%, 12%);