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