#698f47
a dark, soft green · cool · closest name: olivedrab
RGB
105, 143, 71
HSL
92°, 34%, 42%
CMYK
27, 0, 50, 44
Luminance
0.2310
Every format
| HEX | #698f47 |
| RGB | rgb(105, 143, 71) |
| HSL | hsl(92, 34%, 42%) |
| CMYK | cmyk(27%, 0%, 50%, 44%) |
| LAB | lab(55.2 -26.3 33.9) |
| LCH | lch(55.2 42.9 127.8) |
| OKLCH | oklch(0.605 0.109 131.8) |
Copy-ready code
/* CSS */
color: #698f47;
background-color: #698f47;
/* Tailwind (arbitrary) */
class="text-[#698f47] bg-[#698f47]"
/* SCSS */
$brand: #698f47;
/* SwiftUI */
Color(red: 0.412, green: 0.561, blue: 0.278)
/* Android */
Color.parseColor("#698f47")Accessibility — WCAG contrast
Aa
#698f47 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#698f47 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green56.1%
Blue27.8%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow50.3%
Key (black)43.9%
Color previews
#698f47 text on a black background
contrast 5.62:1
Card sample
#698f47 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #698f47;
Background color
Panel with #698f47 background
background-color: #698f47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #698f47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 143, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 143, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #698f47; background: linear-gradient(135deg, #698f47, #478F55);