#72b8f3
a light, electric blue · cool · closest name: skyblue
RGB
114, 184, 243
HSL
207°, 84%, 70%
CMYK
53, 24, 0, 5
Luminance
0.4433
Every format
| HEX | #72b8f3 |
| RGB | rgb(114, 184, 243) |
| HSL | hsl(207, 84%, 70%) |
| CMYK | cmyk(53%, 24%, 0%, 5%) |
| LAB | lab(72.5 -5.8 -36.0) |
| LCH | lch(72.5 36.5 260.9) |
| OKLCH | oklch(0.760 0.111 245.4) |
Copy-ready code
/* CSS */
color: #72b8f3;
background-color: #72b8f3;
/* Tailwind (arbitrary) */
class="text-[#72b8f3] bg-[#72b8f3]"
/* SCSS */
$brand: #72b8f3;
/* SwiftUI */
Color(red: 0.447, green: 0.722, blue: 0.953)
/* Android */
Color.parseColor("#72b8f3")Accessibility — WCAG contrast
Aa
#72b8f3 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#72b8f3 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green72.2%
Blue95.3%
CMYK percentages
Cyan53.1%
Magenta24.3%
Yellow0.0%
Key (black)4.7%
Color previews
#72b8f3 text on a black background
contrast 9.87:1
Card sample
#72b8f3 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72b8f3;
Background color
Panel with #72b8f3 background
background-color: #72b8f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72b8f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 184, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 184, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72b8f3; background: linear-gradient(135deg, #72b8f3, #8272F3);