#332d13
a deep, vivid yellow · cool · closest name: black
RGB
51, 45, 19
HSL
49°, 46%, 14%
CMYK
0, 12, 63, 80
Luminance
0.0263
Every format
| HEX | #332d13 |
| RGB | rgb(51, 45, 19) |
| HSL | hsl(49, 46%, 14%) |
| CMYK | cmyk(0%, 12%, 63%, 80%) |
| LAB | lab(18.5 -1.5 17.6) |
| LCH | lch(18.5 17.7 95.0) |
| OKLCH | oklch(0.297 0.042 96.6) |
Copy-ready code
/* CSS */
color: #332d13;
background-color: #332d13;
/* Tailwind (arbitrary) */
class="text-[#332d13] bg-[#332d13]"
/* SCSS */
$brand: #332d13;
/* SwiftUI */
Color(red: 0.200, green: 0.176, blue: 0.075)
/* Android */
Color.parseColor("#332d13")Accessibility — WCAG contrast
Aa
#332d13 on white: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332d13 on black: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green17.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow62.7%
Key (black)80.0%
Color previews
#332d13 text on a black background
contrast 1.53:1
Card sample
#332d13 text on a white background
contrast 13.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332d13;
Background color
Panel with #332d13 background
background-color: #332d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 45, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 45, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332d13; background: linear-gradient(135deg, #332d13, #243313);