#322607
a deep, electric yellow · warm · closest name: black
RGB
50, 38, 7
HSL
43°, 75%, 11%
CMYK
0, 24, 86, 80
Luminance
0.0208
Every format
| HEX | #322607 |
| RGB | rgb(50, 38, 7) |
| HSL | hsl(43, 75%, 11%) |
| CMYK | cmyk(0%, 24%, 86%, 80%) |
| LAB | lab(15.9 1.6 20.3) |
| LCH | lch(15.9 20.4 85.5) |
| OKLCH | oklch(0.276 0.049 87.2) |
Copy-ready code
/* CSS */
color: #322607;
background-color: #322607;
/* Tailwind (arbitrary) */
class="text-[#322607] bg-[#322607]"
/* SCSS */
$brand: #322607;
/* SwiftUI */
Color(red: 0.196, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#322607")Accessibility — WCAG contrast
Aa
#322607 on white: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#322607 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green14.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow86.0%
Key (black)80.4%
Color previews
#322607 text on a black background
contrast 1.42:1
Card sample
#322607 text on a white background
contrast 14.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #322607;
Background color
Panel with #322607 background
background-color: #322607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #322607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #322607; background: linear-gradient(135deg, #322607, #213207);