#72ecfd
a light, electric cyan · cool · closest name: skyblue
RGB
114, 236, 253
HSL
187°, 97%, 72%
CMYK
55, 7, 0, 1
Luminance
0.7066
Every format
| HEX | #72ecfd |
| RGB | rgb(114, 236, 253) |
| HSL | hsl(187, 97%, 72%) |
| CMYK | cmyk(55%, 7%, 0%, 1%) |
| LAB | lab(87.3 -29.5 -18.6) |
| LCH | lch(87.3 34.9 212.2) |
| OKLCH | oklch(0.879 0.111 207.5) |
Copy-ready code
/* CSS */
color: #72ecfd;
background-color: #72ecfd;
/* Tailwind (arbitrary) */
class="text-[#72ecfd] bg-[#72ecfd]"
/* SCSS */
$brand: #72ecfd;
/* SwiftUI */
Color(red: 0.447, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#72ecfd")Accessibility — WCAG contrast
Aa
#72ecfd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72ecfd on black: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green92.5%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#72ecfd text on a black background
contrast 15.13:1
Card sample
#72ecfd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72ecfd;
Background color
Panel with #72ecfd background
background-color: #72ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72ecfd; background: linear-gradient(135deg, #72ecfd, #7290FD);