#73bcf8
a light, electric blue · cool · closest name: skyblue
RGB
115, 188, 248
HSL
207°, 91%, 71%
CMYK
54, 24, 0, 3
Luminance
0.4639
Every format
| HEX | #73bcf8 |
| RGB | rgb(115, 188, 248) |
| HSL | hsl(207, 91%, 71%) |
| CMYK | cmyk(54%, 24%, 0%, 3%) |
| LAB | lab(73.8 -6.2 -36.6) |
| LCH | lch(73.8 37.2 260.3) |
| OKLCH | oklch(0.771 0.113 244.8) |
Copy-ready code
/* CSS */
color: #73bcf8;
background-color: #73bcf8;
/* Tailwind (arbitrary) */
class="text-[#73bcf8] bg-[#73bcf8]"
/* SCSS */
$brand: #73bcf8;
/* SwiftUI */
Color(red: 0.451, green: 0.737, blue: 0.973)
/* Android */
Color.parseColor("#73bcf8")Accessibility — WCAG contrast
Aa
#73bcf8 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73bcf8 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green73.7%
Blue97.3%
CMYK percentages
Cyan53.6%
Magenta24.2%
Yellow0.0%
Key (black)2.7%
Color previews
#73bcf8 text on a black background
contrast 10.28:1
Card sample
#73bcf8 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73bcf8;
Background color
Panel with #73bcf8 background
background-color: #73bcf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73bcf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 188, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 188, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73bcf8; background: linear-gradient(135deg, #73bcf8, #8373F8);