#332b11
a deep, vivid yellow · cool · closest name: black
RGB
51, 43, 17
HSL
46°, 50%, 13%
CMYK
0, 16, 67, 80
Luminance
0.0247
Every format
| HEX | #332b11 |
| RGB | rgb(51, 43, 17) |
| HSL | hsl(46, 50%, 13%) |
| CMYK | cmyk(0%, 16%, 67%, 80%) |
| LAB | lab(17.8 -0.4 18.0) |
| LCH | lch(17.8 18.0 91.3) |
| OKLCH | oklch(0.291 0.042 92.5) |
Copy-ready code
/* CSS */
color: #332b11;
background-color: #332b11;
/* Tailwind (arbitrary) */
class="text-[#332b11] bg-[#332b11]"
/* SCSS */
$brand: #332b11;
/* SwiftUI */
Color(red: 0.200, green: 0.169, blue: 0.067)
/* Android */
Color.parseColor("#332b11")Accessibility — WCAG contrast
Aa
#332b11 on white: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332b11 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green16.9%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow66.7%
Key (black)80.0%
Color previews
#332b11 text on a black background
contrast 1.49:1
Card sample
#332b11 text on a white background
contrast 14.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332b11;
Background color
Panel with #332b11 background
background-color: #332b11;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332b11;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 43, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 43, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332b11; background: linear-gradient(135deg, #332b11, #243311);