#73bdf9
a light, electric blue · cool · closest name: skyblue
RGB
115, 189, 249
HSL
207°, 92%, 71%
CMYK
54, 24, 0, 2
Luminance
0.4688
Every format
| HEX | #73bdf9 |
| RGB | rgb(115, 189, 249) |
| HSL | hsl(207, 92%, 71%) |
| CMYK | cmyk(54%, 24%, 0%, 2%) |
| LAB | lab(74.1 -6.5 -36.7) |
| LCH | lch(74.1 37.3 260.0) |
| OKLCH | oklch(0.774 0.114 244.5) |
Copy-ready code
/* CSS */
color: #73bdf9;
background-color: #73bdf9;
/* Tailwind (arbitrary) */
class="text-[#73bdf9] bg-[#73bdf9]"
/* SCSS */
$brand: #73bdf9;
/* SwiftUI */
Color(red: 0.451, green: 0.741, blue: 0.976)
/* Android */
Color.parseColor("#73bdf9")Accessibility — WCAG contrast
Aa
#73bdf9 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73bdf9 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green74.1%
Blue97.6%
CMYK percentages
Cyan53.8%
Magenta24.1%
Yellow0.0%
Key (black)2.4%
Color previews
#73bdf9 text on a black background
contrast 10.38:1
Card sample
#73bdf9 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73bdf9;
Background color
Panel with #73bdf9 background
background-color: #73bdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73bdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 189, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 189, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73bdf9; background: linear-gradient(135deg, #73bdf9, #8373F9);