#323200
a deep, electric yellow · cool · closest name: darkslategray
RGB
50, 50, 0
HSL
60°, 100%, 10%
CMYK
0, 0, 100, 80
Luminance
0.0296
Every format
| HEX | #323200 |
| RGB | rgb(50, 50, 0) |
| HSL | hsl(60, 100%, 10%) |
| CMYK | cmyk(0%, 0%, 100%, 80%) |
| LAB | lab(19.9 -6.8 28.0) |
| LCH | lch(19.9 28.8 103.7) |
| OKLCH | oklch(0.307 0.067 109.8) |
Copy-ready code
/* CSS */
color: #323200;
background-color: #323200;
/* Tailwind (arbitrary) */
class="text-[#323200] bg-[#323200]"
/* SCSS */
$brand: #323200;
/* SwiftUI */
Color(red: 0.196, green: 0.196, blue: 0.000)
/* Android */
Color.parseColor("#323200")Accessibility — WCAG contrast
Aa
#323200 on white: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#323200 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green19.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow100.0%
Key (black)80.4%
Color previews
#323200 text on a black background
contrast 1.59:1
Card sample
#323200 text on a white background
contrast 13.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #323200;
Background color
Panel with #323200 background
background-color: #323200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #323200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 50, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 50, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #323200; background: linear-gradient(135deg, #323200, #113200);