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