#648564
a balanced, muted green · cool · closest name: seagreen
RGB
100, 133, 100
HSL
120°, 14%, 46%
CMYK
25, 0, 25, 48
Luminance
0.2040
Every format
| HEX | #648564 |
| RGB | rgb(100, 133, 100) |
| HSL | hsl(120, 14%, 46%) |
| CMYK | cmyk(25%, 0%, 25%, 48%) |
| LAB | lab(52.3 -18.6 14.1) |
| LCH | lch(52.3 23.4 142.9) |
| OKLCH | oklch(0.582 0.062 144.7) |
Copy-ready code
/* CSS */
color: #648564;
background-color: #648564;
/* Tailwind (arbitrary) */
class="text-[#648564] bg-[#648564]"
/* SCSS */
$brand: #648564;
/* SwiftUI */
Color(red: 0.392, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#648564")Accessibility — WCAG contrast
Aa
#648564 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#648564 on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green52.2%
Blue39.2%
CMYK percentages
Cyan24.8%
Magenta0.0%
Yellow24.8%
Key (black)47.8%
Color previews
#648564 text on a black background
contrast 5.08:1
Card sample
#648564 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #648564;
Background color
Panel with #648564 background
background-color: #648564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #648564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #648564; background: linear-gradient(135deg, #648564, #64857A);