#7fa36d
a balanced, soft green · cool · closest name: seagreen
RGB
127, 163, 109
HSL
100°, 23%, 53%
CMYK
22, 0, 33, 36
Luminance
0.3181
Every format
| HEX | #7fa36d |
| RGB | rgb(127, 163, 109) |
| HSL | hsl(100, 23%, 53%) |
| CMYK | cmyk(22%, 0%, 33%, 36%) |
| LAB | lab(63.2 -22.6 24.2) |
| LCH | lch(63.2 33.1 133.1) |
| OKLCH | oklch(0.675 0.086 135.6) |
Copy-ready code
/* CSS */
color: #7fa36d;
background-color: #7fa36d;
/* Tailwind (arbitrary) */
class="text-[#7fa36d] bg-[#7fa36d]"
/* SCSS */
$brand: #7fa36d;
/* SwiftUI */
Color(red: 0.498, green: 0.639, blue: 0.427)
/* Android */
Color.parseColor("#7fa36d")Accessibility — WCAG contrast
Aa
#7fa36d on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fa36d on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green63.9%
Blue42.7%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow33.1%
Key (black)36.1%
Color previews
#7fa36d text on a black background
contrast 7.36:1
Card sample
#7fa36d text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fa36d;
Background color
Panel with #7fa36d background
background-color: #7fa36d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fa36d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 163, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 163, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fa36d; background: linear-gradient(135deg, #7fa36d, #6DA37F);