#35331b
a deep, soft yellow · cool · closest name: darkslategray
RGB
53, 51, 27
HSL
55°, 33%, 16%
CMYK
0, 4, 49, 79
Luminance
0.0320
Every format
| HEX | #35331b |
| RGB | rgb(53, 51, 27) |
| HSL | hsl(55, 33%, 16%) |
| CMYK | cmyk(0%, 4%, 49%, 79%) |
| LAB | lab(20.8 -3.5 15.5) |
| LCH | lch(20.8 15.9 102.6) |
| OKLCH | oklch(0.316 0.039 104.2) |
Copy-ready code
/* CSS */
color: #35331b;
background-color: #35331b;
/* Tailwind (arbitrary) */
class="text-[#35331b] bg-[#35331b]"
/* SCSS */
$brand: #35331b;
/* SwiftUI */
Color(red: 0.208, green: 0.200, blue: 0.106)
/* Android */
Color.parseColor("#35331b")Accessibility — WCAG contrast
Aa
#35331b on white: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35331b on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green20.0%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow49.1%
Key (black)79.2%
Color previews
#35331b text on a black background
contrast 1.64:1
Card sample
#35331b text on a white background
contrast 12.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35331b;
Background color
Panel with #35331b background
background-color: #35331b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35331b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 51, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 51, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35331b; background: linear-gradient(135deg, #35331b, #26351B);