#302000
a deep, electric yellow · warm · closest name: black
RGB
48, 32, 0
HSL
40°, 100%, 9%
CMYK
0, 33, 100, 81
Luminance
0.0166
Every format
| HEX | #302000 |
| RGB | rgb(48, 32, 0) |
| HSL | hsl(40, 100%, 9%) |
| CMYK | cmyk(0%, 33%, 100%, 81%) |
| LAB | lab(13.6 4.1 20.2) |
| LCH | lch(13.6 20.6 78.6) |
| OKLCH | oklch(0.257 0.053 81.3) |
Copy-ready code
/* CSS */
color: #302000;
background-color: #302000;
/* Tailwind (arbitrary) */
class="text-[#302000] bg-[#302000]"
/* SCSS */
$brand: #302000;
/* SwiftUI */
Color(red: 0.188, green: 0.125, blue: 0.000)
/* Android */
Color.parseColor("#302000")Accessibility — WCAG contrast
Aa
#302000 on white: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302000 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green12.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow100.0%
Key (black)81.2%
Color previews
#302000 text on a black background
contrast 1.33:1
Card sample
#302000 text on a white background
contrast 15.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302000;
Background color
Panel with #302000 background
background-color: #302000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 32, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 32, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302000; background: linear-gradient(135deg, #302000, #203000);