#7fcb7f
a balanced, soft green · cool · closest name: seagreen
RGB
127, 203, 127
HSL
120°, 42%, 65%
CMYK
37, 0, 37, 20
Luminance
0.4876
Every format
| HEX | #7fcb7f |
| RGB | rgb(127, 203, 127) |
| HSL | hsl(120, 42%, 65%) |
| CMYK | cmyk(37%, 0%, 37%, 20%) |
| LAB | lab(75.3 -38.8 30.7) |
| LCH | lch(75.3 49.5 141.7) |
| OKLCH | oklch(0.774 0.130 144.2) |
Copy-ready code
/* CSS */
color: #7fcb7f;
background-color: #7fcb7f;
/* Tailwind (arbitrary) */
class="text-[#7fcb7f] bg-[#7fcb7f]"
/* SCSS */
$brand: #7fcb7f;
/* SwiftUI */
Color(red: 0.498, green: 0.796, blue: 0.498)
/* Android */
Color.parseColor("#7fcb7f")Accessibility — WCAG contrast
Aa
#7fcb7f on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcb7f on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green79.6%
Blue49.8%
CMYK percentages
Cyan37.4%
Magenta0.0%
Yellow37.4%
Key (black)20.4%
Color previews
#7fcb7f text on a black background
contrast 10.75:1
Card sample
#7fcb7f text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcb7f;
Background color
Panel with #7fcb7f background
background-color: #7fcb7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcb7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 203, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 203, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcb7f; background: linear-gradient(135deg, #7fcb7f, #7FCBB2);