#697313
a dark, vivid yellow · cool · closest name: olive
RGB
105, 115, 19
HSL
66°, 72%, 26%
CMYK
9, 0, 84, 55
Luminance
0.1531
Every format
| HEX | #697313 |
| RGB | rgb(105, 115, 19) |
| HSL | hsl(66, 72%, 26%) |
| CMYK | cmyk(9%, 0%, 84%, 55%) |
| LAB | lab(46.1 -16.1 47.0) |
| LCH | lch(46.1 49.7 108.9) |
| OKLCH | oklch(0.529 0.114 115.8) |
Copy-ready code
/* CSS */
color: #697313;
background-color: #697313;
/* Tailwind (arbitrary) */
class="text-[#697313] bg-[#697313]"
/* SCSS */
$brand: #697313;
/* SwiftUI */
Color(red: 0.412, green: 0.451, blue: 0.075)
/* Android */
Color.parseColor("#697313")Accessibility — WCAG contrast
Aa
#697313 on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#697313 on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green45.1%
Blue7.5%
CMYK percentages
Cyan8.7%
Magenta0.0%
Yellow83.5%
Key (black)54.9%
Color previews
#697313 text on a black background
contrast 4.06:1
Card sample
#697313 text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697313;
Background color
Panel with #697313 background
background-color: #697313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 115, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 115, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697313; background: linear-gradient(135deg, #697313, #297313);