#322c0b
a deep, vivid yellow · cool · closest name: black
RGB
50, 44, 11
HSL
51°, 64%, 12%
CMYK
0, 12, 78, 80
Luminance
0.0250
Every format
| HEX | #322c0b |
| RGB | rgb(50, 44, 11) |
| HSL | hsl(51, 64%, 12%) |
| CMYK | cmyk(0%, 12%, 78%, 80%) |
| LAB | lab(17.9 -2.1 21.2) |
| LCH | lch(17.9 21.3 95.8) |
| OKLCH | oklch(0.292 0.050 98.9) |
Copy-ready code
/* CSS */
color: #322c0b;
background-color: #322c0b;
/* Tailwind (arbitrary) */
class="text-[#322c0b] bg-[#322c0b]"
/* SCSS */
$brand: #322c0b;
/* SwiftUI */
Color(red: 0.196, green: 0.173, blue: 0.043)
/* Android */
Color.parseColor("#322c0b")Accessibility — WCAG contrast
Aa
#322c0b on white: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#322c0b on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green17.3%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow78.0%
Key (black)80.4%
Color previews
#322c0b text on a black background
contrast 1.50:1
Card sample
#322c0b text on a white background
contrast 13.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #322c0b;
Background color
Panel with #322c0b background
background-color: #322c0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #322c0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 44, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 44, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #322c0b; background: linear-gradient(135deg, #322c0b, #1E320B);