#698921
a dark, vivid green · cool · “olivedrab”
RGB
105, 137, 33
HSL
79°, 61%, 33%
CMYK
23, 0, 76, 46
Luminance
0.2100
Every format
| HEX | #698921 |
| RGB | rgb(105, 137, 33) |
| HSL | hsl(79, 61%, 33%) |
| CMYK | cmyk(23%, 0%, 76%, 46%) |
| LAB | lab(53.0 -26.7 48.7) |
| LCH | lch(53.0 55.6 118.8) |
| OKLCH | oklch(0.585 0.133 125.5) |
Copy-ready code
/* CSS */
color: #698921;
background-color: #698921;
/* Tailwind (arbitrary) */
class="text-[#698921] bg-[#698921]"
/* SCSS */
$brand: #698921;
/* SwiftUI */
Color(red: 0.412, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#698921")Accessibility — WCAG contrast
Aa
#698921 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#698921 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green53.7%
Blue12.9%
CMYK percentages
Cyan23.4%
Magenta0.0%
Yellow75.9%
Key (black)46.3%
Color previews
#698921 text on a black background
contrast 5.20:1
Card sample
#698921 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #698921;
Background color
Panel with #698921 background
background-color: #698921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #698921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #698921; background: linear-gradient(135deg, #698921, #248921);