#72c7ab
a balanced, soft cyan · cool · closest name: turquoise
RGB
114, 199, 171
HSL
160°, 43%, 61%
CMYK
43, 0, 14, 22
Luminance
0.4736
Every format
| HEX | #72c7ab |
| RGB | rgb(114, 199, 171) |
| HSL | hsl(160, 43%, 61%) |
| CMYK | cmyk(43%, 0%, 14%, 22%) |
| LAB | lab(74.4 -32.4 6.0) |
| LCH | lch(74.4 32.9 169.5) |
| OKLCH | oklch(0.768 0.093 170.5) |
Copy-ready code
/* CSS */
color: #72c7ab;
background-color: #72c7ab;
/* Tailwind (arbitrary) */
class="text-[#72c7ab] bg-[#72c7ab]"
/* SCSS */
$brand: #72c7ab;
/* SwiftUI */
Color(red: 0.447, green: 0.780, blue: 0.671)
/* Android */
Color.parseColor("#72c7ab")Accessibility — WCAG contrast
Aa
#72c7ab on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72c7ab on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green78.0%
Blue67.1%
CMYK percentages
Cyan42.7%
Magenta0.0%
Yellow14.1%
Key (black)22.0%
Color previews
#72c7ab text on a black background
contrast 10.47:1
Card sample
#72c7ab text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72c7ab;
Background color
Panel with #72c7ab background
background-color: #72c7ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72c7ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 199, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 199, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72c7ab; background: linear-gradient(135deg, #72c7ab, #72AAC7);