#72bdfd
a light, electric blue · cool · closest name: skyblue
RGB
114, 189, 253
HSL
208°, 97%, 72%
CMYK
55, 25, 0, 1
Luminance
0.4706
Every format
| HEX | #72bdfd |
| RGB | rgb(114, 189, 253) |
| HSL | hsl(208, 97%, 72%) |
| CMYK | cmyk(55%, 25%, 0%, 1%) |
| LAB | lab(74.2 -5.5 -38.7) |
| LCH | lch(74.2 39.1 261.9) |
| OKLCH | oklch(0.775 0.119 245.9) |
Copy-ready code
/* CSS */
color: #72bdfd;
background-color: #72bdfd;
/* Tailwind (arbitrary) */
class="text-[#72bdfd] bg-[#72bdfd]"
/* SCSS */
$brand: #72bdfd;
/* SwiftUI */
Color(red: 0.447, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#72bdfd")Accessibility — WCAG contrast
Aa
#72bdfd on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72bdfd on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green74.1%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#72bdfd text on a black background
contrast 10.41:1
Card sample
#72bdfd text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72bdfd;
Background color
Panel with #72bdfd background
background-color: #72bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72bdfd; background: linear-gradient(135deg, #72bdfd, #8472FD);