#353108
a deep, vivid yellow · cool · closest name: darkslategray
RGB
53, 49, 8
HSL
55°, 74%, 12%
CMYK
0, 8, 85, 79
Luminance
0.0297
Every format
| HEX | #353108 |
| RGB | rgb(53, 49, 8) |
| HSL | hsl(55, 74%, 12%) |
| CMYK | cmyk(0%, 8%, 85%, 79%) |
| LAB | lab(19.9 -4.0 24.8) |
| LCH | lch(19.9 25.2 99.2) |
| OKLCH | oklch(0.308 0.058 103.7) |
Copy-ready code
/* CSS */
color: #353108;
background-color: #353108;
/* Tailwind (arbitrary) */
class="text-[#353108] bg-[#353108]"
/* SCSS */
$brand: #353108;
/* SwiftUI */
Color(red: 0.208, green: 0.192, blue: 0.031)
/* Android */
Color.parseColor("#353108")Accessibility — WCAG contrast
Aa
#353108 on white: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#353108 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green19.2%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow84.9%
Key (black)79.2%
Color previews
#353108 text on a black background
contrast 1.59:1
Card sample
#353108 text on a white background
contrast 13.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #353108;
Background color
Panel with #353108 background
background-color: #353108;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #353108;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 49, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 49, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #353108; background: linear-gradient(135deg, #353108, #1B3508);