#332913
a deep, vivid yellow · warm · closest name: black
RGB
51, 41, 19
HSL
41°, 46%, 14%
CMYK
0, 20, 63, 80
Luminance
0.0234
Every format
| HEX | #332913 |
| RGB | rgb(51, 41, 19) |
| HSL | hsl(41, 46%, 14%) |
| CMYK | cmyk(0%, 20%, 63%, 80%) |
| LAB | lab(17.2 1.2 16.1) |
| LCH | lch(17.2 16.1 85.9) |
| OKLCH | oklch(0.286 0.038 85.5) |
Copy-ready code
/* CSS */
color: #332913;
background-color: #332913;
/* Tailwind (arbitrary) */
class="text-[#332913] bg-[#332913]"
/* SCSS */
$brand: #332913;
/* SwiftUI */
Color(red: 0.200, green: 0.161, blue: 0.075)
/* Android */
Color.parseColor("#332913")Accessibility — WCAG contrast
Aa
#332913 on white: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332913 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green16.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow62.7%
Key (black)80.0%
Color previews
#332913 text on a black background
contrast 1.47:1
Card sample
#332913 text on a white background
contrast 14.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332913;
Background color
Panel with #332913 background
background-color: #332913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 41, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 41, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332913; background: linear-gradient(135deg, #332913, #283313);