#73baf9
a light, electric blue · cool · closest name: skyblue
RGB
115, 186, 249
HSL
208°, 92%, 71%
CMYK
54, 25, 0, 2
Luminance
0.4560
Every format
| HEX | #73baf9 |
| RGB | rgb(115, 186, 249) |
| HSL | hsl(208, 92%, 71%) |
| CMYK | cmyk(54%, 25%, 0%, 2%) |
| LAB | lab(73.3 -4.8 -38.0) |
| LCH | lch(73.3 38.3 262.7) |
| OKLCH | oklch(0.767 0.116 246.7) |
Copy-ready code
/* CSS */
color: #73baf9;
background-color: #73baf9;
/* Tailwind (arbitrary) */
class="text-[#73baf9] bg-[#73baf9]"
/* SCSS */
$brand: #73baf9;
/* SwiftUI */
Color(red: 0.451, green: 0.729, blue: 0.976)
/* Android */
Color.parseColor("#73baf9")Accessibility — WCAG contrast
Aa
#73baf9 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73baf9 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green72.9%
Blue97.6%
CMYK percentages
Cyan53.8%
Magenta25.3%
Yellow0.0%
Key (black)2.4%
Color previews
#73baf9 text on a black background
contrast 10.12:1
Card sample
#73baf9 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73baf9;
Background color
Panel with #73baf9 background
background-color: #73baf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73baf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 186, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 186, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73baf9; background: linear-gradient(135deg, #73baf9, #8573F9);