#72dfba
a light, vivid green · cool · closest name: aquamarine
RGB
114, 223, 186
HSL
160°, 63%, 66%
CMYK
49, 0, 17, 13
Luminance
0.5990
Every format
| HEX | #72dfba |
| RGB | rgb(114, 223, 186) |
| HSL | hsl(160, 63%, 66%) |
| CMYK | cmyk(49%, 0%, 17%, 13%) |
| LAB | lab(81.8 -40.1 8.6) |
| LCH | lch(81.8 41.0 168.0) |
| OKLCH | oklch(0.829 0.115 169.0) |
Copy-ready code
/* CSS */
color: #72dfba;
background-color: #72dfba;
/* Tailwind (arbitrary) */
class="text-[#72dfba] bg-[#72dfba]"
/* SCSS */
$brand: #72dfba;
/* SwiftUI */
Color(red: 0.447, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#72dfba")Accessibility — WCAG contrast
Aa
#72dfba on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72dfba on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green87.5%
Blue72.9%
CMYK percentages
Cyan48.9%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#72dfba text on a black background
contrast 12.98:1
Card sample
#72dfba text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72dfba;
Background color
Panel with #72dfba background
background-color: #72dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72dfba; background: linear-gradient(135deg, #72dfba, #72BBDF);