#72cccd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
114, 204, 205
HSL
181°, 48%, 63%
CMYK
44, 1, 0, 20
Luminance
0.5117
Every format
| HEX | #72cccd |
| RGB | rgb(114, 204, 205) |
| HSL | hsl(181, 48%, 63%) |
| CMYK | cmyk(44%, 1%, 0%, 20%) |
| LAB | lab(76.8 -26.6 -8.9) |
| LCH | lch(76.8 28.1 198.5) |
| OKLCH | oklch(0.790 0.086 196.5) |
Copy-ready code
/* CSS */
color: #72cccd;
background-color: #72cccd;
/* Tailwind (arbitrary) */
class="text-[#72cccd] bg-[#72cccd]"
/* SCSS */
$brand: #72cccd;
/* SwiftUI */
Color(red: 0.447, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#72cccd")Accessibility — WCAG contrast
Aa
#72cccd on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72cccd on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green80.0%
Blue80.4%
CMYK percentages
Cyan44.4%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#72cccd text on a black background
contrast 11.23:1
Card sample
#72cccd text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72cccd;
Background color
Panel with #72cccd background
background-color: #72cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72cccd; background: linear-gradient(135deg, #72cccd, #728FCD);