#72be72
a balanced, soft green · cool · closest name: seagreen
RGB
114, 190, 114
HSL
120°, 37%, 60%
CMYK
40, 0, 40, 26
Luminance
0.4162
Every format
| HEX | #72be72 |
| RGB | rgb(114, 190, 114) |
| HSL | hsl(120, 37%, 60%) |
| CMYK | cmyk(40%, 0%, 40%, 26%) |
| LAB | lab(70.6 -39.1 31.2) |
| LCH | lch(70.6 50.0 141.4) |
| OKLCH | oklch(0.733 0.131 144.1) |
Copy-ready code
/* CSS */
color: #72be72;
background-color: #72be72;
/* Tailwind (arbitrary) */
class="text-[#72be72] bg-[#72be72]"
/* SCSS */
$brand: #72be72;
/* SwiftUI */
Color(red: 0.447, green: 0.745, blue: 0.447)
/* Android */
Color.parseColor("#72be72")Accessibility — WCAG contrast
Aa
#72be72 on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72be72 on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green74.5%
Blue44.7%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow40.0%
Key (black)25.5%
Color previews
#72be72 text on a black background
contrast 9.32:1
Card sample
#72be72 text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72be72;
Background color
Panel with #72be72 background
background-color: #72be72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72be72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 190, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 190, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72be72; background: linear-gradient(135deg, #72be72, #72BEA5);