#73cdfd
a light, electric blue · cool · closest name: skyblue
RGB
115, 205, 253
HSL
201°, 97%, 72%
CMYK
55, 19, 0, 1
Luminance
0.5440
Every format
| HEX | #73cdfd |
| RGB | rgb(115, 205, 253) |
| HSL | hsl(201, 97%, 72%) |
| CMYK | cmyk(55%, 19%, 0%, 1%) |
| LAB | lab(78.7 -13.8 -31.8) |
| LCH | lch(78.7 34.6 246.5) |
| OKLCH | oklch(0.810 0.110 233.7) |
Copy-ready code
/* CSS */
color: #73cdfd;
background-color: #73cdfd;
/* Tailwind (arbitrary) */
class="text-[#73cdfd] bg-[#73cdfd]"
/* SCSS */
$brand: #73cdfd;
/* SwiftUI */
Color(red: 0.451, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#73cdfd")Accessibility — WCAG contrast
Aa
#73cdfd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73cdfd on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green80.4%
Blue99.2%
CMYK percentages
Cyan54.5%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#73cdfd text on a black background
contrast 11.88:1
Card sample
#73cdfd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73cdfd;
Background color
Panel with #73cdfd background
background-color: #73cdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73cdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73cdfd; background: linear-gradient(135deg, #73cdfd, #7573FD);