#352f0f
a deep, vivid yellow · cool · closest name: black
RGB
53, 47, 15
HSL
51°, 56%, 13%
CMYK
0, 11, 72, 79
Luminance
0.0282
Every format
| HEX | #352f0f |
| RGB | rgb(53, 47, 15) |
| HSL | hsl(51, 56%, 13%) |
| CMYK | cmyk(0%, 11%, 72%, 79%) |
| LAB | lab(19.3 -2.2 21.0) |
| LCH | lch(19.3 21.1 95.9) |
| OKLCH | oklch(0.304 0.049 98.8) |
Copy-ready code
/* CSS */
color: #352f0f;
background-color: #352f0f;
/* Tailwind (arbitrary) */
class="text-[#352f0f] bg-[#352f0f]"
/* SCSS */
$brand: #352f0f;
/* SwiftUI */
Color(red: 0.208, green: 0.184, blue: 0.059)
/* Android */
Color.parseColor("#352f0f")Accessibility — WCAG contrast
Aa
#352f0f on white: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352f0f on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green18.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta11.3%
Yellow71.7%
Key (black)79.2%
Color previews
#352f0f text on a black background
contrast 1.56:1
Card sample
#352f0f text on a white background
contrast 13.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352f0f;
Background color
Panel with #352f0f background
background-color: #352f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 47, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 47, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352f0f; background: linear-gradient(135deg, #352f0f, #22350F);