#302900
a deep, electric yellow · cool · closest name: black
RGB
48, 41, 0
HSL
51°, 100%, 9%
CMYK
0, 15, 100, 81
Luminance
0.0221
Every format
| HEX | #302900 |
| RGB | rgb(48, 41, 0) |
| HSL | hsl(51, 100%, 9%) |
| CMYK | cmyk(0%, 15%, 100%, 81%) |
| LAB | lab(16.6 -2.1 24.0) |
| LCH | lch(16.6 24.1 95.0) |
| OKLCH | oklch(0.280 0.058 99.3) |
Copy-ready code
/* CSS */
color: #302900;
background-color: #302900;
/* Tailwind (arbitrary) */
class="text-[#302900] bg-[#302900]"
/* SCSS */
$brand: #302900;
/* SwiftUI */
Color(red: 0.188, green: 0.161, blue: 0.000)
/* Android */
Color.parseColor("#302900")Accessibility — WCAG contrast
Aa
#302900 on white: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302900 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green16.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow100.0%
Key (black)81.2%
Color previews
#302900 text on a black background
contrast 1.44:1
Card sample
#302900 text on a white background
contrast 14.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302900;
Background color
Panel with #302900 background
background-color: #302900;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302900;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 41, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 41, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302900; background: linear-gradient(135deg, #302900, #173000);