#72bdf7
a light, electric blue · cool · closest name: skyblue
RGB
114, 189, 247
HSL
206°, 89%, 71%
CMYK
54, 24, 0, 3
Luminance
0.4669
Every format
| HEX | #72bdf7 |
| RGB | rgb(114, 189, 247) |
| HSL | hsl(206, 89%, 71%) |
| CMYK | cmyk(54%, 24%, 0%, 3%) |
| LAB | lab(74.0 -7.3 -35.8) |
| LCH | lch(74.0 36.5 258.5) |
| OKLCH | oklch(0.772 0.112 243.3) |
Copy-ready code
/* CSS */
color: #72bdf7;
background-color: #72bdf7;
/* Tailwind (arbitrary) */
class="text-[#72bdf7] bg-[#72bdf7]"
/* SCSS */
$brand: #72bdf7;
/* SwiftUI */
Color(red: 0.447, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#72bdf7")Accessibility — WCAG contrast
Aa
#72bdf7 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72bdf7 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green74.1%
Blue96.9%
CMYK percentages
Cyan53.8%
Magenta23.5%
Yellow0.0%
Key (black)3.1%
Color previews
#72bdf7 text on a black background
contrast 10.34:1
Card sample
#72bdf7 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72bdf7;
Background color
Panel with #72bdf7 background
background-color: #72bdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72bdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72bdf7; background: linear-gradient(135deg, #72bdf7, #8072F7);