#302500
a deep, electric yellow · cool · closest name: black
RGB
48, 37, 0
HSL
46°, 100%, 9%
CMYK
0, 23, 100, 81
Luminance
0.0195
Every format
| HEX | #302500 |
| RGB | rgb(48, 37, 0) |
| HSL | hsl(46, 100%, 9%) |
| CMYK | cmyk(0%, 23%, 100%, 81%) |
| LAB | lab(15.2 0.6 22.3) |
| LCH | lch(15.2 22.3 88.4) |
| OKLCH | oklch(0.270 0.055 91.9) |
Copy-ready code
/* CSS */
color: #302500;
background-color: #302500;
/* Tailwind (arbitrary) */
class="text-[#302500] bg-[#302500]"
/* SCSS */
$brand: #302500;
/* SwiftUI */
Color(red: 0.188, green: 0.145, blue: 0.000)
/* Android */
Color.parseColor("#302500")Accessibility — WCAG contrast
Aa
#302500 on white: 15.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302500 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green14.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow100.0%
Key (black)81.2%
Color previews
#302500 text on a black background
contrast 1.39:1
Card sample
#302500 text on a white background
contrast 15.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302500;
Background color
Panel with #302500 background
background-color: #302500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 37, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 37, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302500; background: linear-gradient(135deg, #302500, #1B3000);