#35331f
a deep, soft yellow · cool · closest name: darkslategray
RGB
53, 51, 31
HSL
55°, 26%, 17%
CMYK
0, 4, 42, 79
Luminance
0.0322
Every format
| HEX | #35331f |
| RGB | rgb(53, 51, 31) |
| HSL | hsl(55, 26%, 17%) |
| CMYK | cmyk(0%, 4%, 42%, 79%) |
| LAB | lab(20.9 -2.9 13.0) |
| LCH | lch(20.9 13.3 102.5) |
| OKLCH | oklch(0.317 0.033 103.2) |
Copy-ready code
/* CSS */
color: #35331f;
background-color: #35331f;
/* Tailwind (arbitrary) */
class="text-[#35331f] bg-[#35331f]"
/* SCSS */
$brand: #35331f;
/* SwiftUI */
Color(red: 0.208, green: 0.200, blue: 0.122)
/* Android */
Color.parseColor("#35331f")Accessibility — WCAG contrast
Aa
#35331f on white: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35331f on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green20.0%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow41.5%
Key (black)79.2%
Color previews
#35331f text on a black background
contrast 1.64:1
Card sample
#35331f text on a white background
contrast 12.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35331f;
Background color
Panel with #35331f background
background-color: #35331f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35331f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 51, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 51, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35331f; background: linear-gradient(135deg, #35331f, #28351F);