#698833
a dark, vivid green · cool · closest name: olivedrab
RGB
105, 136, 51
HSL
82°, 46%, 37%
CMYK
23, 0, 63, 47
Luminance
0.2085
Every format
| HEX | #698833 |
| RGB | rgb(105, 136, 51) |
| HSL | hsl(82, 46%, 37%) |
| CMYK | cmyk(23%, 0%, 63%, 47%) |
| LAB | lab(52.8 -24.9 41.0) |
| LCH | lch(52.8 48.0 121.3) |
| OKLCH | oklch(0.584 0.118 126.7) |
Copy-ready code
/* CSS */
color: #698833;
background-color: #698833;
/* Tailwind (arbitrary) */
class="text-[#698833] bg-[#698833]"
/* SCSS */
$brand: #698833;
/* SwiftUI */
Color(red: 0.412, green: 0.533, blue: 0.200)
/* Android */
Color.parseColor("#698833")Accessibility — WCAG contrast
Aa
#698833 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#698833 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green53.3%
Blue20.0%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow62.5%
Key (black)46.7%
Color previews
#698833 text on a black background
contrast 5.17:1
Card sample
#698833 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #698833;
Background color
Panel with #698833 background
background-color: #698833;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #698833;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 136, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 136, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #698833; background: linear-gradient(135deg, #698833, #338836);