#322c01
a deep, electric yellow · cool · closest name: black
RGB
50, 44, 1
HSL
53°, 96%, 10%
CMYK
0, 12, 98, 80
Luminance
0.0248
Every format
| HEX | #322c01 |
| RGB | rgb(50, 44, 1) |
| HSL | hsl(53, 96%, 10%) |
| CMYK | cmyk(0%, 12%, 98%, 80%) |
| LAB | lab(17.8 -2.9 25.2) |
| LCH | lch(17.8 25.3 96.5) |
| OKLCH | oklch(0.291 0.060 101.1) |
Copy-ready code
/* CSS */
color: #322c01;
background-color: #322c01;
/* Tailwind (arbitrary) */
class="text-[#322c01] bg-[#322c01]"
/* SCSS */
$brand: #322c01;
/* SwiftUI */
Color(red: 0.196, green: 0.173, blue: 0.004)
/* Android */
Color.parseColor("#322c01")Accessibility — WCAG contrast
Aa
#322c01 on white: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#322c01 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green17.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta12.0%
Yellow98.0%
Key (black)80.4%
Color previews
#322c01 text on a black background
contrast 1.50:1
Card sample
#322c01 text on a white background
contrast 14.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #322c01;
Background color
Panel with #322c01 background
background-color: #322c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #322c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 44, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 44, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #322c01; background: linear-gradient(135deg, #322c01, #173201);