#35360d
a deep, vivid yellow · cool · closest name: darkslategray
RGB
53, 54, 13
HSL
62°, 61%, 13%
CMYK
2, 0, 76, 79
Luminance
0.0342
Every format
| HEX | #35360d |
| RGB | rgb(53, 54, 13) |
| HSL | hsl(62, 61%, 13%) |
| CMYK | cmyk(2%, 0%, 76%, 79%) |
| LAB | lab(21.7 -6.8 24.6) |
| LCH | lch(21.7 25.6 105.5) |
| OKLCH | oklch(0.322 0.059 110.7) |
Copy-ready code
/* CSS */
color: #35360d;
background-color: #35360d;
/* Tailwind (arbitrary) */
class="text-[#35360d] bg-[#35360d]"
/* SCSS */
$brand: #35360d;
/* SwiftUI */
Color(red: 0.208, green: 0.212, blue: 0.051)
/* Android */
Color.parseColor("#35360d")Accessibility — WCAG contrast
Aa
#35360d on white: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#35360d on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green21.2%
Blue5.1%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow75.9%
Key (black)78.8%
Color previews
#35360d text on a black background
contrast 1.68:1
Card sample
#35360d text on a white background
contrast 12.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35360d;
Background color
Panel with #35360d background
background-color: #35360d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35360d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 54, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 54, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35360d; background: linear-gradient(135deg, #35360d, #1A360D);