#72c7fd
a light, electric blue · cool · closest name: skyblue
RGB
114, 199, 253
HSL
203°, 97%, 72%
CMYK
55, 21, 0, 1
Luminance
0.5152
Every format
| HEX | #72c7fd |
| RGB | rgb(114, 199, 253) |
| HSL | hsl(203, 97%, 72%) |
| CMYK | cmyk(55%, 21%, 0%, 1%) |
| LAB | lab(77.0 -10.9 -34.4) |
| LCH | lch(77.0 36.1 252.5) |
| OKLCH | oklch(0.797 0.113 238.3) |
Copy-ready code
/* CSS */
color: #72c7fd;
background-color: #72c7fd;
/* Tailwind (arbitrary) */
class="text-[#72c7fd] bg-[#72c7fd]"
/* SCSS */
$brand: #72c7fd;
/* SwiftUI */
Color(red: 0.447, green: 0.780, blue: 0.992)
/* Android */
Color.parseColor("#72c7fd")Accessibility — WCAG contrast
Aa
#72c7fd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72c7fd on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green78.0%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta21.3%
Yellow0.0%
Key (black)0.8%
Color previews
#72c7fd text on a black background
contrast 11.30:1
Card sample
#72c7fd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72c7fd;
Background color
Panel with #72c7fd background
background-color: #72c7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72c7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 199, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 199, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72c7fd; background: linear-gradient(135deg, #72c7fd, #7A72FD);