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