#627708
a deep, electric green · cool · closest name: olivedrab
RGB
98, 119, 8
HSL
71°, 87%, 25%
CMYK
18, 0, 93, 53
Luminance
0.1581
Every format
| HEX | #627708 |
| RGB | rgb(98, 119, 8) |
| HSL | hsl(71, 87%, 25%) |
| CMYK | cmyk(18%, 0%, 93%, 53%) |
| LAB | lab(46.7 -21.8 50.1) |
| LCH | lch(46.7 54.6 113.5) |
| OKLCH | oklch(0.533 0.126 121.3) |
Copy-ready code
/* CSS */
color: #627708;
background-color: #627708;
/* Tailwind (arbitrary) */
class="text-[#627708] bg-[#627708]"
/* SCSS */
$brand: #627708;
/* SwiftUI */
Color(red: 0.384, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#627708")Accessibility — WCAG contrast
Aa
#627708 on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#627708 on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green46.7%
Blue3.1%
CMYK percentages
Cyan17.6%
Magenta0.0%
Yellow93.3%
Key (black)53.3%
Color previews
#627708 text on a black background
contrast 4.16:1
Card sample
#627708 text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #627708;
Background color
Panel with #627708 background
background-color: #627708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #627708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #627708; background: linear-gradient(135deg, #627708, #187708);