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