#7daf7f
a balanced, soft green · cool · closest name: seagreen
RGB
125, 175, 127
HSL
122°, 24%, 59%
CMYK
29, 0, 27, 31
Luminance
0.3655
Every format
| HEX | #7daf7f |
| RGB | rgb(125, 175, 127) |
| HSL | hsl(122, 24%, 59%) |
| CMYK | cmyk(29%, 0%, 27%, 31%) |
| LAB | lab(66.9 -26.3 19.4) |
| LCH | lch(66.9 32.7 143.6) |
| OKLCH | oklch(0.706 0.087 145.6) |
Copy-ready code
/* CSS */
color: #7daf7f;
background-color: #7daf7f;
/* Tailwind (arbitrary) */
class="text-[#7daf7f] bg-[#7daf7f]"
/* SCSS */
$brand: #7daf7f;
/* SwiftUI */
Color(red: 0.490, green: 0.686, blue: 0.498)
/* Android */
Color.parseColor("#7daf7f")Accessibility — WCAG contrast
Aa
#7daf7f on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7daf7f on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green68.6%
Blue49.8%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow27.4%
Key (black)31.4%
Color previews
#7daf7f text on a black background
contrast 8.31:1
Card sample
#7daf7f text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7daf7f;
Background color
Panel with #7daf7f background
background-color: #7daf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7daf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 175, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 175, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7daf7f; background: linear-gradient(135deg, #7daf7f, #7DAFA0);