#7dcf7c
a balanced, vivid green · cool · closest name: seagreen
RGB
125, 207, 124
HSL
119°, 46%, 65%
CMYK
40, 0, 40, 19
Luminance
0.5044
Every format
| HEX | #7dcf7c |
| RGB | rgb(125, 207, 124) |
| HSL | hsl(119, 46%, 65%) |
| CMYK | cmyk(40%, 0%, 40%, 19%) |
| LAB | lab(76.3 -41.7 33.6) |
| LCH | lch(76.3 53.5 141.1) |
| OKLCH | oklch(0.782 0.141 143.8) |
Copy-ready code
/* CSS */
color: #7dcf7c;
background-color: #7dcf7c;
/* Tailwind (arbitrary) */
class="text-[#7dcf7c] bg-[#7dcf7c]"
/* SCSS */
$brand: #7dcf7c;
/* SwiftUI */
Color(red: 0.490, green: 0.812, blue: 0.486)
/* Android */
Color.parseColor("#7dcf7c")Accessibility — WCAG contrast
Aa
#7dcf7c on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dcf7c on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green81.2%
Blue48.6%
CMYK percentages
Cyan39.6%
Magenta0.0%
Yellow40.1%
Key (black)18.8%
Color previews
#7dcf7c text on a black background
contrast 11.09:1
Card sample
#7dcf7c text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dcf7c;
Background color
Panel with #7dcf7c background
background-color: #7dcf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dcf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 207, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 207, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dcf7c; background: linear-gradient(135deg, #7dcf7c, #7CCFB2);