#698f49
a dark, soft green · cool · closest name: olivedrab
RGB
105, 143, 73
HSL
93°, 32%, 42%
CMYK
27, 0, 49, 44
Luminance
0.2313
Every format
| HEX | #698f49 |
| RGB | rgb(105, 143, 73) |
| HSL | hsl(93, 32%, 42%) |
| CMYK | cmyk(27%, 0%, 49%, 44%) |
| LAB | lab(55.2 -26.0 32.9) |
| LCH | lch(55.2 42.0 128.4) |
| OKLCH | oklch(0.605 0.107 132.2) |
Copy-ready code
/* CSS */
color: #698f49;
background-color: #698f49;
/* Tailwind (arbitrary) */
class="text-[#698f49] bg-[#698f49]"
/* SCSS */
$brand: #698f49;
/* SwiftUI */
Color(red: 0.412, green: 0.561, blue: 0.286)
/* Android */
Color.parseColor("#698f49")Accessibility — WCAG contrast
Aa
#698f49 on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#698f49 on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green56.1%
Blue28.6%
CMYK percentages
Cyan26.6%
Magenta0.0%
Yellow49.0%
Key (black)43.9%
Color previews
#698f49 text on a black background
contrast 5.63:1
Card sample
#698f49 text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #698f49;
Background color
Panel with #698f49 background
background-color: #698f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #698f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 143, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 143, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #698f49; background: linear-gradient(135deg, #698f49, #498F58);