#7fac7f
a balanced, soft green · cool · closest name: seagreen
RGB
127, 172, 127
HSL
120°, 21%, 59%
CMYK
26, 0, 26, 33
Luminance
0.3555
Every format
| HEX | #7fac7f |
| RGB | rgb(127, 172, 127) |
| HSL | hsl(120, 21%, 59%) |
| CMYK | cmyk(26%, 0%, 26%, 33%) |
| LAB | lab(66.2 -24.2 18.4) |
| LCH | lch(66.2 30.4 142.7) |
| OKLCH | oklch(0.700 0.081 144.7) |
Copy-ready code
/* CSS */
color: #7fac7f;
background-color: #7fac7f;
/* Tailwind (arbitrary) */
class="text-[#7fac7f] bg-[#7fac7f]"
/* SCSS */
$brand: #7fac7f;
/* SwiftUI */
Color(red: 0.498, green: 0.675, blue: 0.498)
/* Android */
Color.parseColor("#7fac7f")Accessibility — WCAG contrast
Aa
#7fac7f on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fac7f on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green67.5%
Blue49.8%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow26.2%
Key (black)32.5%
Color previews
#7fac7f text on a black background
contrast 8.11:1
Card sample
#7fac7f text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fac7f;
Background color
Panel with #7fac7f background
background-color: #7fac7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fac7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 172, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 172, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fac7f; background: linear-gradient(135deg, #7fac7f, #7FAC9D);