#696607
a deep, electric yellow · cool · closest name: olive
RGB
105, 102, 7
HSL
58°, 88%, 22%
CMYK
0, 3, 93, 59
Luminance
0.1252
Every format
| HEX | #696607 |
| RGB | rgb(105, 102, 7) |
| HSL | hsl(58, 88%, 22%) |
| CMYK | cmyk(0%, 3%, 93%, 59%) |
| LAB | lab(42.0 -9.3 46.8) |
| LCH | lch(42.0 47.7 101.3) |
| OKLCH | oklch(0.497 0.104 107.6) |
Copy-ready code
/* CSS */
color: #696607;
background-color: #696607;
/* Tailwind (arbitrary) */
class="text-[#696607] bg-[#696607]"
/* SCSS */
$brand: #696607;
/* SwiftUI */
Color(red: 0.412, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#696607")Accessibility — WCAG contrast
Aa
#696607 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#696607 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow93.3%
Key (black)58.8%
Color previews
#696607 text on a black background
contrast 3.50:1
Card sample
#696607 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #696607;
Background color
Panel with #696607 background
background-color: #696607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #696607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #696607; background: linear-gradient(135deg, #696607, #2B6907);