#72c4d8
a balanced, vivid cyan · cool · closest name: skyblue
RGB
114, 196, 216
HSL
192°, 57%, 65%
CMYK
47, 9, 0, 15
Luminance
0.4802
Every format
| HEX | #72c4d8 |
| RGB | rgb(114, 196, 216) |
| HSL | hsl(192, 57%, 65%) |
| CMYK | cmyk(47%, 9%, 0%, 15%) |
| LAB | lab(74.8 -19.8 -17.8) |
| LCH | lch(74.8 26.6 222.0) |
| OKLCH | oklch(0.775 0.085 215.3) |
Copy-ready code
/* CSS */
color: #72c4d8;
background-color: #72c4d8;
/* Tailwind (arbitrary) */
class="text-[#72c4d8] bg-[#72c4d8]"
/* SCSS */
$brand: #72c4d8;
/* SwiftUI */
Color(red: 0.447, green: 0.769, blue: 0.847)
/* Android */
Color.parseColor("#72c4d8")Accessibility — WCAG contrast
Aa
#72c4d8 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72c4d8 on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green76.9%
Blue84.7%
CMYK percentages
Cyan47.2%
Magenta9.3%
Yellow0.0%
Key (black)15.3%
Color previews
#72c4d8 text on a black background
contrast 10.60:1
Card sample
#72c4d8 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72c4d8;
Background color
Panel with #72c4d8 background
background-color: #72c4d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72c4d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 196, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 196, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72c4d8; background: linear-gradient(135deg, #72c4d8, #7280D8);