#72cbba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
114, 203, 186
HSL
169°, 46%, 62%
CMYK
44, 0, 8, 20
Luminance
0.4983
Every format
| HEX | #72cbba |
| RGB | rgb(114, 203, 186) |
| HSL | hsl(169, 46%, 62%) |
| CMYK | cmyk(44%, 0%, 8%, 20%) |
| LAB | lab(76.0 -30.8 0.1) |
| LCH | lch(76.0 30.8 179.7) |
| OKLCH | oklch(0.781 0.090 180.1) |
Copy-ready code
/* CSS */
color: #72cbba;
background-color: #72cbba;
/* Tailwind (arbitrary) */
class="text-[#72cbba] bg-[#72cbba]"
/* SCSS */
$brand: #72cbba;
/* SwiftUI */
Color(red: 0.447, green: 0.796, blue: 0.729)
/* Android */
Color.parseColor("#72cbba")Accessibility — WCAG contrast
Aa
#72cbba on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cbba on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green79.6%
Blue72.9%
CMYK percentages
Cyan43.8%
Magenta0.0%
Yellow8.4%
Key (black)20.4%
Color previews
#72cbba text on a black background
contrast 10.97:1
Card sample
#72cbba text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cbba;
Background color
Panel with #72cbba background
background-color: #72cbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 203, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 203, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cbba; background: linear-gradient(135deg, #72cbba, #72A1CB);