#353003
a deep, electric yellow · cool · closest name: black
RGB
53, 48, 3
HSL
54°, 89%, 11%
CMYK
0, 9, 94, 79
Luminance
0.0288
Every format
| HEX | #353003 |
| RGB | rgb(53, 48, 3) |
| HSL | hsl(54, 89%, 11%) |
| CMYK | cmyk(0%, 9%, 94%, 79%) |
| LAB | lab(19.6 -3.7 26.4) |
| LCH | lch(19.6 26.7 98.0) |
| OKLCH | oklch(0.305 0.061 102.8) |
Copy-ready code
/* CSS */
color: #353003;
background-color: #353003;
/* Tailwind (arbitrary) */
class="text-[#353003] bg-[#353003]"
/* SCSS */
$brand: #353003;
/* SwiftUI */
Color(red: 0.208, green: 0.188, blue: 0.012)
/* Android */
Color.parseColor("#353003")Accessibility — WCAG contrast
Aa
#353003 on white: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353003 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green18.8%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow94.3%
Key (black)79.2%
Color previews
#353003 text on a black background
contrast 1.58:1
Card sample
#353003 text on a white background
contrast 13.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353003;
Background color
Panel with #353003 background
background-color: #353003;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353003;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 48, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 48, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353003; background: linear-gradient(135deg, #353003, #193503);