#323713
a deep, vivid yellow · cool · closest name: darkslategray
RGB
50, 55, 19
HSL
68°, 49%, 15%
CMYK
9, 0, 66, 78
Luminance
0.0346
Every format
| HEX | #323713 |
| RGB | rgb(50, 55, 19) |
| HSL | hsl(68, 49%, 15%) |
| CMYK | cmyk(9%, 0%, 66%, 78%) |
| LAB | lab(21.8 -8.5 21.5) |
| LCH | lch(21.8 23.1 111.6) |
| OKLCH | oklch(0.323 0.056 116.2) |
Copy-ready code
/* CSS */
color: #323713;
background-color: #323713;
/* Tailwind (arbitrary) */
class="text-[#323713] bg-[#323713]"
/* SCSS */
$brand: #323713;
/* SwiftUI */
Color(red: 0.196, green: 0.216, blue: 0.075)
/* Android */
Color.parseColor("#323713")Accessibility — WCAG contrast
Aa
#323713 on white: 12.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#323713 on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green21.6%
Blue7.5%
CMYK percentages
Cyan9.1%
Magenta0.0%
Yellow65.5%
Key (black)78.4%
Color previews
#323713 text on a black background
contrast 1.69:1
Card sample
#323713 text on a white background
contrast 12.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #323713;
Background color
Panel with #323713 background
background-color: #323713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #323713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 55, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 55, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #323713; background: linear-gradient(135deg, #323713, #1A3713);