#627310
a dark, electric green · cool · closest name: olivedrab
RGB
98, 115, 16
HSL
70°, 76%, 26%
CMYK
15, 0, 86, 55
Luminance
0.1490
Every format
| HEX | #627310 |
| RGB | rgb(98, 115, 16) |
| HSL | hsl(70, 76%, 26%) |
| CMYK | cmyk(15%, 0%, 86%, 55%) |
| LAB | lab(45.5 -19.5 47.2) |
| LCH | lch(45.5 51.0 112.4) |
| OKLCH | oklch(0.523 0.118 119.7) |
Copy-ready code
/* CSS */
color: #627310;
background-color: #627310;
/* Tailwind (arbitrary) */
class="text-[#627310] bg-[#627310]"
/* SCSS */
$brand: #627310;
/* SwiftUI */
Color(red: 0.384, green: 0.451, blue: 0.063)
/* Android */
Color.parseColor("#627310")Accessibility — WCAG contrast
Aa
#627310 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#627310 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green45.1%
Blue6.3%
CMYK percentages
Cyan14.8%
Magenta0.0%
Yellow86.1%
Key (black)54.9%
Color previews
#627310 text on a black background
contrast 3.98:1
Card sample
#627310 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #627310;
Background color
Panel with #627310 background
background-color: #627310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #627310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 115, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 115, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #627310; background: linear-gradient(135deg, #627310, #207310);