#72cecf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
114, 206, 207
HSL
181°, 49%, 63%
CMYK
45, 1, 0, 19
Luminance
0.5223
Every format
| HEX | #72cecf |
| RGB | rgb(114, 206, 207) |
| HSL | hsl(181, 49%, 63%) |
| CMYK | cmyk(45%, 1%, 0%, 19%) |
| LAB | lab(77.4 -27.1 -9.0) |
| LCH | lch(77.4 28.6 198.4) |
| OKLCH | oklch(0.795 0.088 196.4) |
Copy-ready code
/* CSS */
color: #72cecf;
background-color: #72cecf;
/* Tailwind (arbitrary) */
class="text-[#72cecf] bg-[#72cecf]"
/* SCSS */
$brand: #72cecf;
/* SwiftUI */
Color(red: 0.447, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#72cecf")Accessibility — WCAG contrast
Aa
#72cecf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cecf on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.8%
Blue81.2%
CMYK percentages
Cyan44.9%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#72cecf text on a black background
contrast 11.45:1
Card sample
#72cecf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cecf;
Background color
Panel with #72cecf background
background-color: #72cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cecf; background: linear-gradient(135deg, #72cecf, #7290CF);