#646607
a deep, electric yellow · cool · closest name: olive
RGB
100, 102, 7
HSL
61°, 87%, 21%
CMYK
2, 0, 93, 60
Luminance
0.1223
Every format
| HEX | #646607 |
| RGB | rgb(100, 102, 7) |
| HSL | hsl(61, 87%, 21%) |
| CMYK | cmyk(2%, 0%, 93%, 60%) |
| LAB | lab(41.6 -11.8 46.2) |
| LCH | lch(41.6 47.7 104.3) |
| OKLCH | oklch(0.492 0.106 111.1) |
Copy-ready code
/* CSS */
color: #646607;
background-color: #646607;
/* Tailwind (arbitrary) */
class="text-[#646607] bg-[#646607]"
/* SCSS */
$brand: #646607;
/* SwiftUI */
Color(red: 0.392, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#646607")Accessibility — WCAG contrast
Aa
#646607 on white: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#646607 on black: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green40.0%
Blue2.7%
CMYK percentages
Cyan2.0%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#646607 text on a black background
contrast 3.45:1
Card sample
#646607 text on a white background
contrast 6.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #646607;
Background color
Panel with #646607 background
background-color: #646607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #646607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #646607; background: linear-gradient(135deg, #646607, #256607);