#322f0b
a deep, vivid yellow · cool · closest name: black
RGB
50, 47, 11
HSL
55°, 64%, 12%
CMYK
0, 6, 78, 80
Luminance
0.0274
Every format
| HEX | #322f0b |
| RGB | rgb(50, 47, 11) |
| HSL | hsl(55, 64%, 12%) |
| CMYK | cmyk(0%, 6%, 78%, 80%) |
| LAB | lab(18.9 -4.1 22.4) |
| LCH | lch(18.9 22.8 100.4) |
| OKLCH | oklch(0.300 0.053 104.5) |
Copy-ready code
/* CSS */
color: #322f0b;
background-color: #322f0b;
/* Tailwind (arbitrary) */
class="text-[#322f0b] bg-[#322f0b]"
/* SCSS */
$brand: #322f0b;
/* SwiftUI */
Color(red: 0.196, green: 0.184, blue: 0.043)
/* Android */
Color.parseColor("#322f0b")Accessibility — WCAG contrast
Aa
#322f0b on white: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#322f0b on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green18.4%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow78.0%
Key (black)80.4%
Color previews
#322f0b text on a black background
contrast 1.55:1
Card sample
#322f0b text on a white background
contrast 13.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #322f0b;
Background color
Panel with #322f0b background
background-color: #322f0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #322f0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 47, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 47, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #322f0b; background: linear-gradient(135deg, #322f0b, #1B320B);