#64bd7b
a balanced, soft green · cool · closest name: seagreen
RGB
100, 189, 123
HSL
136°, 40%, 57%
CMYK
47, 0, 35, 26
Luminance
0.4053
Every format
| HEX | #64bd7b |
| RGB | rgb(100, 189, 123) |
| HSL | hsl(136, 40%, 57%) |
| CMYK | cmyk(47%, 0%, 35%, 26%) |
| LAB | lab(69.8 -41.2 25.3) |
| LCH | lch(69.8 48.4 148.4) |
| OKLCH | oklch(0.726 0.129 150.5) |
Copy-ready code
/* CSS */
color: #64bd7b;
background-color: #64bd7b;
/* Tailwind (arbitrary) */
class="text-[#64bd7b] bg-[#64bd7b]"
/* SCSS */
$brand: #64bd7b;
/* SwiftUI */
Color(red: 0.392, green: 0.741, blue: 0.482)
/* Android */
Color.parseColor("#64bd7b")Accessibility — WCAG contrast
Aa
#64bd7b on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64bd7b on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green74.1%
Blue48.2%
CMYK percentages
Cyan47.1%
Magenta0.0%
Yellow34.9%
Key (black)25.9%
Color previews
#64bd7b text on a black background
contrast 9.11:1
Card sample
#64bd7b text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64bd7b;
Background color
Panel with #64bd7b background
background-color: #64bd7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64bd7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 189, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 189, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64bd7b; background: linear-gradient(135deg, #64bd7b, #64BDB6);