#697015
a dark, vivid yellow · cool · closest name: olive
RGB
105, 112, 21
HSL
65°, 68%, 26%
CMYK
6, 0, 81, 56
Luminance
0.1465
Every format
| HEX | #697015 |
| RGB | rgb(105, 112, 21) |
| HSL | hsl(65, 68%, 26%) |
| CMYK | cmyk(6%, 0%, 81%, 56%) |
| LAB | lab(45.1 -14.4 45.6) |
| LCH | lch(45.1 47.8 107.6) |
| OKLCH | oklch(0.522 0.109 114.1) |
Copy-ready code
/* CSS */
color: #697015;
background-color: #697015;
/* Tailwind (arbitrary) */
class="text-[#697015] bg-[#697015]"
/* SCSS */
$brand: #697015;
/* SwiftUI */
Color(red: 0.412, green: 0.439, blue: 0.082)
/* Android */
Color.parseColor("#697015")Accessibility — WCAG contrast
Aa
#697015 on white: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#697015 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green43.9%
Blue8.2%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow81.2%
Key (black)56.1%
Color previews
#697015 text on a black background
contrast 3.93:1
Card sample
#697015 text on a white background
contrast 5.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697015;
Background color
Panel with #697015 background
background-color: #697015;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697015;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 112, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 112, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697015; background: linear-gradient(135deg, #697015, #2C7015);