#72cab9
a balanced, vivid cyan · cool · closest name: turquoise
RGB
114, 202, 185
HSL
168°, 45%, 62%
CMYK
44, 0, 8, 21
Luminance
0.4932
Every format
| HEX | #72cab9 |
| RGB | rgb(114, 202, 185) |
| HSL | hsl(168, 45%, 62%) |
| CMYK | cmyk(44%, 0%, 8%, 21%) |
| LAB | lab(75.7 -30.6 0.2) |
| LCH | lch(75.7 30.6 179.6) |
| OKLCH | oklch(0.779 0.089 179.9) |
Copy-ready code
/* CSS */
color: #72cab9;
background-color: #72cab9;
/* Tailwind (arbitrary) */
class="text-[#72cab9] bg-[#72cab9]"
/* SCSS */
$brand: #72cab9;
/* SwiftUI */
Color(red: 0.447, green: 0.792, blue: 0.725)
/* Android */
Color.parseColor("#72cab9")Accessibility — WCAG contrast
Aa
#72cab9 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cab9 on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green79.2%
Blue72.5%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow8.4%
Key (black)20.8%
Color previews
#72cab9 text on a black background
contrast 10.86:1
Card sample
#72cab9 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cab9;
Background color
Panel with #72cab9 background
background-color: #72cab9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cab9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 202, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 202, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cab9; background: linear-gradient(135deg, #72cab9, #72A0CA);