#323219
a deep, soft yellow · cool · closest name: darkslategray
RGB
50, 50, 25
HSL
60°, 33%, 15%
CMYK
0, 0, 50, 80
Luminance
0.0303
Every format
| HEX | #323219 |
| RGB | rgb(50, 50, 25) |
| HSL | hsl(60, 33%, 15%) |
| CMYK | cmyk(0%, 0%, 50%, 80%) |
| LAB | lab(20.2 -4.6 15.9) |
| LCH | lch(20.2 16.5 106.2) |
| OKLCH | oklch(0.310 0.041 108.5) |
Copy-ready code
/* CSS */
color: #323219;
background-color: #323219;
/* Tailwind (arbitrary) */
class="text-[#323219] bg-[#323219]"
/* SCSS */
$brand: #323219;
/* SwiftUI */
Color(red: 0.196, green: 0.196, blue: 0.098)
/* Android */
Color.parseColor("#323219")Accessibility — WCAG contrast
Aa
#323219 on white: 13.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#323219 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green19.6%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow50.0%
Key (black)80.4%
Color previews
#323219 text on a black background
contrast 1.61:1
Card sample
#323219 text on a white background
contrast 13.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #323219;
Background color
Panel with #323219 background
background-color: #323219;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #323219;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 50, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 50, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #323219; background: linear-gradient(135deg, #323219, #213219);