#649727
a dark, vivid green · cool · closest name: olivedrab
RGB
100, 151, 39
HSL
87°, 59%, 37%
CMYK
34, 0, 74, 41
Luminance
0.2499
Every format
| HEX | #649727 |
| RGB | rgb(100, 151, 39) |
| HSL | hsl(87, 59%, 37%) |
| CMYK | cmyk(34%, 0%, 74%, 41%) |
| LAB | lab(57.1 -35.0 50.5) |
| LCH | lch(57.1 61.4 124.7) |
| OKLCH | oklch(0.618 0.150 131.2) |
Copy-ready code
/* CSS */
color: #649727;
background-color: #649727;
/* Tailwind (arbitrary) */
class="text-[#649727] bg-[#649727]"
/* SCSS */
$brand: #649727;
/* SwiftUI */
Color(red: 0.392, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#649727")Accessibility — WCAG contrast
Aa
#649727 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#649727 on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green59.2%
Blue15.3%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow74.2%
Key (black)40.8%
Color previews
#649727 text on a black background
contrast 6.00:1
Card sample
#649727 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #649727;
Background color
Panel with #649727 background
background-color: #649727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #649727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #649727; background: linear-gradient(135deg, #649727, #279735);