#72d2ac
a balanced, vivid green · cool · closest name: turquoise
RGB
114, 210, 172
HSL
156°, 52%, 64%
CMYK
46, 0, 18, 18
Luminance
0.5265
Every format
| HEX | #72d2ac |
| RGB | rgb(114, 210, 172) |
| HSL | hsl(156, 52%, 64%) |
| CMYK | cmyk(46%, 0%, 18%, 18%) |
| LAB | lab(77.7 -37.2 10.1) |
| LCH | lch(77.7 38.6 164.8) |
| OKLCH | oklch(0.794 0.107 166.0) |
Copy-ready code
/* CSS */
color: #72d2ac;
background-color: #72d2ac;
/* Tailwind (arbitrary) */
class="text-[#72d2ac] bg-[#72d2ac]"
/* SCSS */
$brand: #72d2ac;
/* SwiftUI */
Color(red: 0.447, green: 0.824, blue: 0.675)
/* Android */
Color.parseColor("#72d2ac")Accessibility — WCAG contrast
Aa
#72d2ac on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72d2ac on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green82.4%
Blue67.5%
CMYK percentages
Cyan45.7%
Magenta0.0%
Yellow18.1%
Key (black)17.6%
Color previews
#72d2ac text on a black background
contrast 11.53:1
Card sample
#72d2ac text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72d2ac;
Background color
Panel with #72d2ac background
background-color: #72d2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72d2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 210, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 210, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72d2ac; background: linear-gradient(135deg, #72d2ac, #72B8D2);