#72c78e
a balanced, soft green · cool · closest name: seagreen
RGB
114, 199, 142
HSL
140°, 43%, 61%
CMYK
43, 0, 29, 22
Luminance
0.4638
Every format
| HEX | #72c78e |
| RGB | rgb(114, 199, 142) |
| HSL | hsl(140, 43%, 61%) |
| CMYK | cmyk(43%, 0%, 29%, 22%) |
| LAB | lab(73.8 -38.3 20.7) |
| LCH | lch(73.8 43.5 151.6) |
| OKLCH | oklch(0.761 0.117 153.4) |
Copy-ready code
/* CSS */
color: #72c78e;
background-color: #72c78e;
/* Tailwind (arbitrary) */
class="text-[#72c78e] bg-[#72c78e]"
/* SCSS */
$brand: #72c78e;
/* SwiftUI */
Color(red: 0.447, green: 0.780, blue: 0.557)
/* Android */
Color.parseColor("#72c78e")Accessibility — WCAG contrast
Aa
#72c78e on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72c78e on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green78.0%
Blue55.7%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow28.6%
Key (black)22.0%
Color previews
#72c78e text on a black background
contrast 10.28:1
Card sample
#72c78e text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72c78e;
Background color
Panel with #72c78e background
background-color: #72c78e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72c78e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 199, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 199, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72c78e; background: linear-gradient(135deg, #72c78e, #72C7C7);