#72e9b3
a light, vivid green · cool · closest name: aquamarine
RGB
114, 233, 179
HSL
153°, 73%, 68%
CMYK
51, 0, 23, 9
Luminance
0.6511
Every format
| HEX | #72e9b3 |
| RGB | rgb(114, 233, 179) |
| HSL | hsl(153, 73%, 68%) |
| CMYK | cmyk(51%, 0%, 23%, 9%) |
| LAB | lab(84.5 -46.0 16.1) |
| LCH | lch(84.5 48.7 160.6) |
| OKLCH | oklch(0.850 0.134 162.0) |
Copy-ready code
/* CSS */
color: #72e9b3;
background-color: #72e9b3;
/* Tailwind (arbitrary) */
class="text-[#72e9b3] bg-[#72e9b3]"
/* SCSS */
$brand: #72e9b3;
/* SwiftUI */
Color(red: 0.447, green: 0.914, blue: 0.702)
/* Android */
Color.parseColor("#72e9b3")Accessibility — WCAG contrast
Aa
#72e9b3 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72e9b3 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green91.4%
Blue70.2%
CMYK percentages
Cyan51.1%
Magenta0.0%
Yellow23.2%
Key (black)8.6%
Color previews
#72e9b3 text on a black background
contrast 14.02:1
Card sample
#72e9b3 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72e9b3;
Background color
Panel with #72e9b3 background
background-color: #72e9b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72e9b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 233, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 233, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72e9b3; background: linear-gradient(135deg, #72e9b3, #72D0E9);