#72c79f
a balanced, soft green · cool · closest name: turquoise
RGB
114, 199, 159
HSL
152°, 43%, 61%
CMYK
43, 0, 20, 22
Luminance
0.4693
Every format
| HEX | #72c79f |
| RGB | rgb(114, 199, 159) |
| HSL | hsl(152, 43%, 61%) |
| CMYK | cmyk(43%, 0%, 20%, 22%) |
| LAB | lab(74.1 -34.9 12.1) |
| LCH | lch(74.1 37.0 160.9) |
| OKLCH | oklch(0.765 0.102 162.3) |
Copy-ready code
/* CSS */
color: #72c79f;
background-color: #72c79f;
/* Tailwind (arbitrary) */
class="text-[#72c79f] bg-[#72c79f]"
/* SCSS */
$brand: #72c79f;
/* SwiftUI */
Color(red: 0.447, green: 0.780, blue: 0.624)
/* Android */
Color.parseColor("#72c79f")Accessibility — WCAG contrast
Aa
#72c79f on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72c79f on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green78.0%
Blue62.4%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow20.1%
Key (black)22.0%
Color previews
#72c79f text on a black background
contrast 10.39:1
Card sample
#72c79f text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72c79f;
Background color
Panel with #72c79f background
background-color: #72c79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72c79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 199, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 199, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72c79f; background: linear-gradient(135deg, #72c79f, #72B6C7);