#333003
a deep, electric yellow · cool · closest name: black
RGB
51, 48, 3
HSL
56°, 89%, 11%
CMYK
0, 6, 94, 80
Luminance
0.0282
Every format
| HEX | #333003 |
| RGB | rgb(51, 48, 3) |
| HSL | hsl(56, 89%, 11%) |
| CMYK | cmyk(0%, 6%, 94%, 80%) |
| LAB | lab(19.3 -4.8 26.1) |
| LCH | lch(19.3 26.6 100.4) |
| OKLCH | oklch(0.303 0.061 105.6) |
Copy-ready code
/* CSS */
color: #333003;
background-color: #333003;
/* Tailwind (arbitrary) */
class="text-[#333003] bg-[#333003]"
/* SCSS */
$brand: #333003;
/* SwiftUI */
Color(red: 0.200, green: 0.188, blue: 0.012)
/* Android */
Color.parseColor("#333003")Accessibility — WCAG contrast
Aa
#333003 on white: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#333003 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green18.8%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow94.1%
Key (black)80.0%
Color previews
#333003 text on a black background
contrast 1.56:1
Card sample
#333003 text on a white background
contrast 13.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #333003;
Background color
Panel with #333003 background
background-color: #333003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #333003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 48, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 48, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #333003; background: linear-gradient(135deg, #333003, #163303);