#697607
a deep, electric yellow · cool · closest name: olive
RGB
105, 118, 7
HSL
67°, 89%, 25%
CMYK
11, 0, 94, 54
Luminance
0.1598
Every format
| HEX | #697607 |
| RGB | rgb(105, 118, 7) |
| HSL | hsl(67, 89%, 25%) |
| CMYK | cmyk(11%, 0%, 94%, 54%) |
| LAB | lab(46.9 -18.1 50.7) |
| LCH | lch(46.9 53.8 109.7) |
| OKLCH | oklch(0.536 0.122 117.2) |
Copy-ready code
/* CSS */
color: #697607;
background-color: #697607;
/* Tailwind (arbitrary) */
class="text-[#697607] bg-[#697607]"
/* SCSS */
$brand: #697607;
/* SwiftUI */
Color(red: 0.412, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#697607")Accessibility — WCAG contrast
Aa
#697607 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#697607 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green46.3%
Blue2.7%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow94.1%
Key (black)53.7%
Color previews
#697607 text on a black background
contrast 4.20:1
Card sample
#697607 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697607;
Background color
Panel with #697607 background
background-color: #697607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697607; background: linear-gradient(135deg, #697607, #1F7607);