#64640c
a deep, electric yellow · cool · closest name: olive
RGB
100, 100, 12
HSL
60°, 79%, 22%
CMYK
0, 0, 88, 61
Luminance
0.1185
Every format
| HEX | #64640c |
| RGB | rgb(100, 100, 12) |
| HSL | hsl(60, 79%, 22%) |
| CMYK | cmyk(0%, 0%, 88%, 61%) |
| LAB | lab(41.0 -10.5 44.5) |
| LCH | lch(41.0 45.7 103.3) |
| OKLCH | oklch(0.488 0.102 109.6) |
Copy-ready code
/* CSS */
color: #64640c;
background-color: #64640c;
/* Tailwind (arbitrary) */
class="text-[#64640c] bg-[#64640c]"
/* SCSS */
$brand: #64640c;
/* SwiftUI */
Color(red: 0.392, green: 0.392, blue: 0.047)
/* Android */
Color.parseColor("#64640c")Accessibility — WCAG contrast
Aa
#64640c on white: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#64640c on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green39.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow88.0%
Key (black)60.8%
Color previews
#64640c text on a black background
contrast 3.37:1
Card sample
#64640c text on a white background
contrast 6.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64640c;
Background color
Panel with #64640c background
background-color: #64640c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64640c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 100, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 100, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64640c; background: linear-gradient(135deg, #64640c, #29640C);