#697e13
a dark, vivid green · cool · closest name: olivedrab
RGB
105, 126, 19
HSL
72°, 74%, 28%
CMYK
17, 0, 85, 51
Luminance
0.1797
Every format
| HEX | #697e13 |
| RGB | rgb(105, 126, 19) |
| HSL | hsl(72, 74%, 28%) |
| CMYK | cmyk(17%, 0%, 85%, 51%) |
| LAB | lab(49.5 -21.9 50.0) |
| LCH | lch(49.5 54.6 113.7) |
| OKLCH | oklch(0.557 0.127 121.0) |
Copy-ready code
/* CSS */
color: #697e13;
background-color: #697e13;
/* Tailwind (arbitrary) */
class="text-[#697e13] bg-[#697e13]"
/* SCSS */
$brand: #697e13;
/* SwiftUI */
Color(red: 0.412, green: 0.494, blue: 0.075)
/* Android */
Color.parseColor("#697e13")Accessibility — WCAG contrast
Aa
#697e13 on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#697e13 on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green49.4%
Blue7.5%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow84.9%
Key (black)50.6%
Color previews
#697e13 text on a black background
contrast 4.59:1
Card sample
#697e13 text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #697e13;
Background color
Panel with #697e13 background
background-color: #697e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #697e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 126, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 126, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #697e13; background: linear-gradient(135deg, #697e13, #227E13);