#698229
a dark, vivid green · cool · closest name: olivedrab
RGB
105, 130, 41
HSL
77°, 52%, 34%
CMYK
19, 0, 69, 49
Luminance
0.1913
Every format
| HEX | #698229 |
| RGB | rgb(105, 130, 41) |
| HSL | hsl(77, 52%, 34%) |
| CMYK | cmyk(19%, 0%, 69%, 49%) |
| LAB | lab(50.8 -22.7 43.4) |
| LCH | lch(50.8 49.0 117.6) |
| OKLCH | oklch(0.568 0.118 123.7) |
Copy-ready code
/* CSS */
color: #698229;
background-color: #698229;
/* Tailwind (arbitrary) */
class="text-[#698229] bg-[#698229]"
/* SCSS */
$brand: #698229;
/* SwiftUI */
Color(red: 0.412, green: 0.510, blue: 0.161)
/* Android */
Color.parseColor("#698229")Accessibility — WCAG contrast
Aa
#698229 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#698229 on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green51.0%
Blue16.1%
CMYK percentages
Cyan19.2%
Magenta0.0%
Yellow68.5%
Key (black)49.0%
Color previews
#698229 text on a black background
contrast 4.83:1
Card sample
#698229 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #698229;
Background color
Panel with #698229 background
background-color: #698229;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #698229;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 130, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 130, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #698229; background: linear-gradient(135deg, #698229, #2E8229);