#73ecfd
a light, electric cyan · cool · closest name: skyblue
RGB
115, 236, 253
HSL
187°, 97%, 72%
CMYK
55, 7, 0, 1
Luminance
0.7073
Every format
| HEX | #73ecfd |
| RGB | rgb(115, 236, 253) |
| HSL | hsl(187, 97%, 72%) |
| CMYK | cmyk(55%, 7%, 0%, 1%) |
| LAB | lab(87.3 -29.4 -18.6) |
| LCH | lch(87.3 34.7 212.3) |
| OKLCH | oklch(0.880 0.111 207.6) |
Copy-ready code
/* CSS */
color: #73ecfd;
background-color: #73ecfd;
/* Tailwind (arbitrary) */
class="text-[#73ecfd] bg-[#73ecfd]"
/* SCSS */
$brand: #73ecfd;
/* SwiftUI */
Color(red: 0.451, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#73ecfd")Accessibility — WCAG contrast
Aa
#73ecfd on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73ecfd on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green92.5%
Blue99.2%
CMYK percentages
Cyan54.5%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#73ecfd text on a black background
contrast 15.15:1
Card sample
#73ecfd text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73ecfd;
Background color
Panel with #73ecfd background
background-color: #73ecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73ecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73ecfd; background: linear-gradient(135deg, #73ecfd, #7390FD);