#73bae8
a light, vivid blue · cool · closest name: skyblue
RGB
115, 186, 232
HSL
204°, 72%, 68%
CMYK
50, 20, 0, 9
Luminance
0.4459
Every format
| HEX | #73bae8 |
| RGB | rgb(115, 186, 232) |
| HSL | hsl(204, 72%, 68%) |
| CMYK | cmyk(50%, 20%, 0%, 9%) |
| LAB | lab(72.6 -9.8 -29.8) |
| LCH | lch(72.6 31.4 251.7) |
| OKLCH | oklch(0.760 0.098 238.3) |
Copy-ready code
/* CSS */
color: #73bae8;
background-color: #73bae8;
/* Tailwind (arbitrary) */
class="text-[#73bae8] bg-[#73bae8]"
/* SCSS */
$brand: #73bae8;
/* SwiftUI */
Color(red: 0.451, green: 0.729, blue: 0.910)
/* Android */
Color.parseColor("#73bae8")Accessibility — WCAG contrast
Aa
#73bae8 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73bae8 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green72.9%
Blue91.0%
CMYK percentages
Cyan50.4%
Magenta19.8%
Yellow0.0%
Key (black)9.0%
Color previews
#73bae8 text on a black background
contrast 9.92:1
Card sample
#73bae8 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73bae8;
Background color
Panel with #73bae8 background
background-color: #73bae8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73bae8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 186, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 186, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73bae8; background: linear-gradient(135deg, #73bae8, #7A73E8);