#35381f
a deep, soft yellow · cool · closest name: darkslategray
RGB
53, 56, 31
HSL
67°, 29%, 17%
CMYK
5, 0, 45, 78
Luminance
0.0368
Every format
| HEX | #35381f |
| RGB | rgb(53, 56, 31) |
| HSL | hsl(67, 29%, 17%) |
| CMYK | cmyk(5%, 0%, 45%, 78%) |
| LAB | lab(22.6 -6.1 15.2) |
| LCH | lch(22.6 16.4 111.9) |
| OKLCH | oklch(0.331 0.041 114.2) |
Copy-ready code
/* CSS */
color: #35381f;
background-color: #35381f;
/* Tailwind (arbitrary) */
class="text-[#35381f] bg-[#35381f]"
/* SCSS */
$brand: #35381f;
/* SwiftUI */
Color(red: 0.208, green: 0.220, blue: 0.122)
/* Android */
Color.parseColor("#35381f")Accessibility — WCAG contrast
Aa
#35381f on white: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35381f on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green22.0%
Blue12.2%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow44.6%
Key (black)78.0%
Color previews
#35381f text on a black background
contrast 1.74:1
Card sample
#35381f text on a white background
contrast 12.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35381f;
Background color
Panel with #35381f background
background-color: #35381f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35381f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 56, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 56, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35381f; background: linear-gradient(135deg, #35381f, #24381F);