#698c21
a dark, vivid green · cool · “olivedrab”
RGB
105, 140, 33
HSL
80°, 62%, 34%
CMYK
25, 0, 76, 45
Luminance
0.2187
Every format
| HEX | #698c21 |
| RGB | rgb(105, 140, 33) |
| HSL | hsl(80, 62%, 34%) |
| CMYK | cmyk(25%, 0%, 76%, 45%) |
| LAB | lab(53.9 -28.2 49.6) |
| LCH | lch(53.9 57.1 119.6) |
| OKLCH | oklch(0.593 0.137 126.4) |
Copy-ready code
/* CSS */
color: #698c21;
background-color: #698c21;
/* Tailwind (arbitrary) */
class="text-[#698c21] bg-[#698c21]"
/* SCSS */
$brand: #698c21;
/* SwiftUI */
Color(red: 0.412, green: 0.549, blue: 0.129)
/* Android */
Color.parseColor("#698c21")Accessibility — WCAG contrast
Aa
#698c21 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#698c21 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green54.9%
Blue12.9%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow76.4%
Key (black)45.1%
Color previews
#698c21 text on a black background
contrast 5.37:1
Card sample
#698c21 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #698c21;
Background color
Panel with #698c21 background
background-color: #698c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #698c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 140, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 140, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #698c21; background: linear-gradient(135deg, #698c21, #228C21);