#73bafe
a light, electric blue · cool · closest name: steelblue
RGB
115, 186, 254
HSL
209°, 99%, 72%
CMYK
55, 27, 0, 0
Luminance
0.4592
Every format
| HEX | #73bafe |
| RGB | rgb(115, 186, 254) |
| HSL | hsl(209, 99%, 72%) |
| CMYK | cmyk(55%, 27%, 0%, 0%) |
| LAB | lab(73.5 -3.4 -40.4) |
| LCH | lch(73.5 40.5 265.3) |
| OKLCH | oklch(0.769 0.122 248.7) |
Copy-ready code
/* CSS */
color: #73bafe;
background-color: #73bafe;
/* Tailwind (arbitrary) */
class="text-[#73bafe] bg-[#73bafe]"
/* SCSS */
$brand: #73bafe;
/* SwiftUI */
Color(red: 0.451, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#73bafe")Accessibility — WCAG contrast
Aa
#73bafe on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73bafe on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green72.9%
Blue99.6%
CMYK percentages
Cyan54.7%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#73bafe text on a black background
contrast 10.18:1
Card sample
#73bafe text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73bafe;
Background color
Panel with #73bafe background
background-color: #73bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73bafe; background: linear-gradient(135deg, #73bafe, #8973FE);