#606607
a deep, electric yellow · cool · closest name: olive
RGB
96, 102, 7
HSL
64°, 87%, 21%
CMYK
6, 0, 93, 60
Luminance
0.1200
Every format
| HEX | #606607 |
| RGB | rgb(96, 102, 7) |
| HSL | hsl(64, 87%, 21%) |
| CMYK | cmyk(6%, 0%, 93%, 60%) |
| LAB | lab(41.2 -13.7 45.8) |
| LCH | lch(41.2 47.8 106.6) |
| OKLCH | oklch(0.489 0.107 113.8) |
Copy-ready code
/* CSS */
color: #606607;
background-color: #606607;
/* Tailwind (arbitrary) */
class="text-[#606607] bg-[#606607]"
/* SCSS */
$brand: #606607;
/* SwiftUI */
Color(red: 0.376, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#606607")Accessibility — WCAG contrast
Aa
#606607 on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#606607 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green40.0%
Blue2.7%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow93.1%
Key (black)60.0%
Color previews
#606607 text on a black background
contrast 3.40:1
Card sample
#606607 text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #606607;
Background color
Panel with #606607 background
background-color: #606607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #606607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #606607; background: linear-gradient(135deg, #606607, #216607);