#72befb
a light, electric blue · cool · closest name: skyblue
RGB
114, 190, 251
HSL
207°, 95%, 72%
CMYK
55, 24, 0, 2
Luminance
0.4737
Every format
| HEX | #72befb |
| RGB | rgb(114, 190, 251) |
| HSL | hsl(207, 95%, 72%) |
| CMYK | cmyk(55%, 24%, 0%, 2%) |
| LAB | lab(74.4 -6.6 -37.3) |
| LCH | lch(74.4 37.9 259.9) |
| OKLCH | oklch(0.776 0.116 244.3) |
Copy-ready code
/* CSS */
color: #72befb;
background-color: #72befb;
/* Tailwind (arbitrary) */
class="text-[#72befb] bg-[#72befb]"
/* SCSS */
$brand: #72befb;
/* SwiftUI */
Color(red: 0.447, green: 0.745, blue: 0.984)
/* Android */
Color.parseColor("#72befb")Accessibility — WCAG contrast
Aa
#72befb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72befb on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green74.5%
Blue98.4%
CMYK percentages
Cyan54.6%
Magenta24.3%
Yellow0.0%
Key (black)1.6%
Color previews
#72befb text on a black background
contrast 10.47:1
Card sample
#72befb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72befb;
Background color
Panel with #72befb background
background-color: #72befb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72befb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 190, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 190, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72befb; background: linear-gradient(135deg, #72befb, #8172FB);