#64cd7f
a balanced, vivid green · cool · closest name: seagreen
RGB
100, 205, 127
HSL
135°, 51%, 60%
CMYK
51, 0, 38, 20
Luminance
0.4790
Every format
| HEX | #64cd7f |
| RGB | rgb(100, 205, 127) |
| HSL | hsl(135, 51%, 60%) |
| CMYK | cmyk(51%, 0%, 38%, 20%) |
| LAB | lab(74.8 -47.4 29.8) |
| LCH | lch(74.8 55.9 147.8) |
| OKLCH | oklch(0.766 0.148 150.0) |
Copy-ready code
/* CSS */
color: #64cd7f;
background-color: #64cd7f;
/* Tailwind (arbitrary) */
class="text-[#64cd7f] bg-[#64cd7f]"
/* SCSS */
$brand: #64cd7f;
/* SwiftUI */
Color(red: 0.392, green: 0.804, blue: 0.498)
/* Android */
Color.parseColor("#64cd7f")Accessibility — WCAG contrast
Aa
#64cd7f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64cd7f on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green80.4%
Blue49.8%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow38.0%
Key (black)19.6%
Color previews
#64cd7f text on a black background
contrast 10.58:1
Card sample
#64cd7f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64cd7f;
Background color
Panel with #64cd7f background
background-color: #64cd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64cd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 205, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 205, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64cd7f; background: linear-gradient(135deg, #64cd7f, #64CDC5);