#664b13
a deep, vivid yellow · warm · closest name: sienna
RGB
102, 75, 19
HSL
41°, 69%, 24%
CMYK
0, 27, 81, 60
Luminance
0.0790
Every format
| HEX | #664b13 |
| RGB | rgb(102, 75, 19) |
| HSL | hsl(41, 69%, 24%) |
| CMYK | cmyk(0%, 27%, 81%, 60%) |
| LAB | lab(33.8 5.6 35.7) |
| LCH | lch(33.8 36.1 81.1) |
| OKLCH | oklch(0.431 0.079 81.4) |
Copy-ready code
/* CSS */
color: #664b13;
background-color: #664b13;
/* Tailwind (arbitrary) */
class="text-[#664b13] bg-[#664b13]"
/* SCSS */
$brand: #664b13;
/* SwiftUI */
Color(red: 0.400, green: 0.294, blue: 0.075)
/* Android */
Color.parseColor("#664b13")Accessibility — WCAG contrast
Aa
#664b13 on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#664b13 on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green29.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow81.4%
Key (black)60.0%
Color previews
#664b13 text on a black background
contrast 2.58:1
Card sample
#664b13 text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #664b13;
Background color
Panel with #664b13 background
background-color: #664b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #664b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 75, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 75, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #664b13; background: linear-gradient(135deg, #664b13, #4A6613);