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