#73baf6
a light, electric blue · cool · closest name: skyblue
RGB
115, 186, 246
HSL
208°, 88%, 71%
CMYK
53, 24, 0, 4
Luminance
0.4542
Every format
| HEX | #73baf6 |
| RGB | rgb(115, 186, 246) |
| HSL | hsl(208, 88%, 71%) |
| CMYK | cmyk(53%, 24%, 0%, 4%) |
| LAB | lab(73.2 -5.7 -36.5) |
| LCH | lch(73.2 37.0 261.1) |
| OKLCH | oklch(0.766 0.112 245.5) |
Copy-ready code
/* CSS */
color: #73baf6;
background-color: #73baf6;
/* Tailwind (arbitrary) */
class="text-[#73baf6] bg-[#73baf6]"
/* SCSS */
$brand: #73baf6;
/* SwiftUI */
Color(red: 0.451, green: 0.729, blue: 0.965)
/* Android */
Color.parseColor("#73baf6")Accessibility — WCAG contrast
Aa
#73baf6 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73baf6 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green72.9%
Blue96.5%
CMYK percentages
Cyan53.3%
Magenta24.4%
Yellow0.0%
Key (black)3.5%
Color previews
#73baf6 text on a black background
contrast 10.08:1
Card sample
#73baf6 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73baf6;
Background color
Panel with #73baf6 background
background-color: #73baf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73baf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 186, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 186, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73baf6; background: linear-gradient(135deg, #73baf6, #8373F6);