#604d13
a deep, vivid yellow · cool · closest name: sienna
RGB
96, 77, 19
HSL
45°, 67%, 23%
CMYK
0, 20, 80, 62
Luminance
0.0784
Every format
| HEX | #604d13 |
| RGB | rgb(96, 77, 19) |
| HSL | hsl(45, 67%, 23%) |
| CMYK | cmyk(0%, 20%, 80%, 62%) |
| LAB | lab(33.6 1.4 35.3) |
| LCH | lch(33.6 35.4 87.8) |
| OKLCH | oklch(0.429 0.078 89.9) |
Copy-ready code
/* CSS */
color: #604d13;
background-color: #604d13;
/* Tailwind (arbitrary) */
class="text-[#604d13] bg-[#604d13]"
/* SCSS */
$brand: #604d13;
/* SwiftUI */
Color(red: 0.376, green: 0.302, blue: 0.075)
/* Android */
Color.parseColor("#604d13")Accessibility — WCAG contrast
Aa
#604d13 on white: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#604d13 on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green30.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow80.2%
Key (black)62.4%
Color previews
#604d13 text on a black background
contrast 2.57:1
Card sample
#604d13 text on a white background
contrast 8.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #604d13;
Background color
Panel with #604d13 background
background-color: #604d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #604d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 77, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 77, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #604d13; background: linear-gradient(135deg, #604d13, #406013);