#353313
a deep, vivid yellow · cool · closest name: darkslategray
RGB
53, 51, 19
HSL
57°, 47%, 14%
CMYK
0, 4, 64, 79
Luminance
0.0317
Every format
| HEX | #353313 |
| RGB | rgb(53, 51, 19) |
| HSL | hsl(57, 47%, 14%) |
| CMYK | cmyk(0%, 4%, 64%, 79%) |
| LAB | lab(20.7 -4.4 20.3) |
| LCH | lch(20.7 20.8 102.3) |
| OKLCH | oklch(0.315 0.049 105.6) |
Copy-ready code
/* CSS */
color: #353313;
background-color: #353313;
/* Tailwind (arbitrary) */
class="text-[#353313] bg-[#353313]"
/* SCSS */
$brand: #353313;
/* SwiftUI */
Color(red: 0.208, green: 0.200, blue: 0.075)
/* Android */
Color.parseColor("#353313")Accessibility — WCAG contrast
Aa
#353313 on white: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353313 on black: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green20.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow64.2%
Key (black)79.2%
Color previews
#353313 text on a black background
contrast 1.63:1
Card sample
#353313 text on a white background
contrast 12.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353313;
Background color
Panel with #353313 background
background-color: #353313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 51, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 51, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353313; background: linear-gradient(135deg, #353313, #203513);