#302f0d
a deep, vivid yellow · cool · closest name: darkslategray
RGB
48, 47, 13
HSL
58°, 57%, 12%
CMYK
0, 2, 73, 81
Luminance
0.0269
Every format
| HEX | #302f0d |
| RGB | rgb(48, 47, 13) |
| HSL | hsl(58, 57%, 12%) |
| CMYK | cmyk(0%, 2%, 73%, 81%) |
| LAB | lab(18.8 -5.0 21.2) |
| LCH | lch(18.8 21.8 103.3) |
| OKLCH | oklch(0.298 0.051 107.6) |
Copy-ready code
/* CSS */
color: #302f0d;
background-color: #302f0d;
/* Tailwind (arbitrary) */
class="text-[#302f0d] bg-[#302f0d]"
/* SCSS */
$brand: #302f0d;
/* SwiftUI */
Color(red: 0.188, green: 0.184, blue: 0.051)
/* Android */
Color.parseColor("#302f0d")Accessibility — WCAG contrast
Aa
#302f0d on white: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#302f0d on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green18.4%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow72.9%
Key (black)81.2%
Color previews
#302f0d text on a black background
contrast 1.54:1
Card sample
#302f0d text on a white background
contrast 13.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #302f0d;
Background color
Panel with #302f0d background
background-color: #302f0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #302f0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 47, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 47, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #302f0d; background: linear-gradient(135deg, #302f0d, #1A300D);