#72beb1
a balanced, soft cyan · cool · closest name: turquoise
RGB
114, 190, 177
HSL
170°, 37%, 60%
CMYK
40, 0, 7, 26
Luminance
0.4358
Every format
| HEX | #72beb1 |
| RGB | rgb(114, 190, 177) |
| HSL | hsl(170, 37%, 60%) |
| CMYK | cmyk(40%, 0%, 7%, 26%) |
| LAB | lab(71.9 -26.6 -0.8) |
| LCH | lch(71.9 26.6 181.8) |
| OKLCH | oklch(0.748 0.078 182.0) |
Copy-ready code
/* CSS */
color: #72beb1;
background-color: #72beb1;
/* Tailwind (arbitrary) */
class="text-[#72beb1] bg-[#72beb1]"
/* SCSS */
$brand: #72beb1;
/* SwiftUI */
Color(red: 0.447, green: 0.745, blue: 0.694)
/* Android */
Color.parseColor("#72beb1")Accessibility — WCAG contrast
Aa
#72beb1 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72beb1 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green74.5%
Blue69.4%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow6.8%
Key (black)25.5%
Color previews
#72beb1 text on a black background
contrast 9.72:1
Card sample
#72beb1 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72beb1;
Background color
Panel with #72beb1 background
background-color: #72beb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72beb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 190, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 190, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72beb1; background: linear-gradient(135deg, #72beb1, #7298BE);