#352d13
a deep, vivid yellow · cool · closest name: black
RGB
53, 45, 19
HSL
46°, 47%, 14%
CMYK
0, 15, 64, 79
Luminance
0.0268
Every format
| HEX | #352d13 |
| RGB | rgb(53, 45, 19) |
| HSL | hsl(46, 47%, 14%) |
| CMYK | cmyk(0%, 15%, 64%, 79%) |
| LAB | lab(18.7 -0.5 18.0) |
| LCH | lch(18.7 18.0 91.5) |
| OKLCH | oklch(0.299 0.042 92.6) |
Copy-ready code
/* CSS */
color: #352d13;
background-color: #352d13;
/* Tailwind (arbitrary) */
class="text-[#352d13] bg-[#352d13]"
/* SCSS */
$brand: #352d13;
/* SwiftUI */
Color(red: 0.208, green: 0.176, blue: 0.075)
/* Android */
Color.parseColor("#352d13")Accessibility — WCAG contrast
Aa
#352d13 on white: 13.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#352d13 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green17.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow64.2%
Key (black)79.2%
Color previews
#352d13 text on a black background
contrast 1.54:1
Card sample
#352d13 text on a white background
contrast 13.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #352d13;
Background color
Panel with #352d13 background
background-color: #352d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #352d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 45, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 45, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #352d13; background: linear-gradient(135deg, #352d13, #263513);