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