#30240c
a deep, vivid yellow · warm · closest name: black
RGB
48, 36, 12
HSL
40°, 60%, 12%
CMYK
0, 25, 75, 81
Luminance
0.0192
Every format
| HEX | #30240c |
| RGB | rgb(48, 36, 12) |
| HSL | hsl(40, 60%, 12%) |
| CMYK | cmyk(0%, 25%, 75%, 81%) |
| LAB | lab(15.0 2.3 17.1) |
| LCH | lch(15.0 17.3 82.4) |
| OKLCH | oklch(0.269 0.042 82.6) |
Copy-ready code
/* CSS */
color: #30240c;
background-color: #30240c;
/* Tailwind (arbitrary) */
class="text-[#30240c] bg-[#30240c]"
/* SCSS */
$brand: #30240c;
/* SwiftUI */
Color(red: 0.188, green: 0.141, blue: 0.047)
/* Android */
Color.parseColor("#30240c")Accessibility — WCAG contrast
Aa
#30240c on white: 15.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#30240c on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green14.1%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta25.0%
Yellow75.0%
Key (black)81.2%
Color previews
#30240c text on a black background
contrast 1.38:1
Card sample
#30240c text on a white background
contrast 15.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #30240c;
Background color
Panel with #30240c background
background-color: #30240c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #30240c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 36, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 36, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #30240c; background: linear-gradient(135deg, #30240c, #24300C);