#73eefd
a light, electric cyan · cool · closest name: skyblue
RGB
115, 238, 253
HSL
187°, 97%, 72%
CMYK
55, 6, 0, 1
Luminance
0.7189
Every format
| HEX | #73eefd |
| RGB | rgb(115, 238, 253) |
| HSL | hsl(187, 97%, 72%) |
| CMYK | cmyk(55%, 6%, 0%, 1%) |
| LAB | lab(87.9 -30.3 -17.7) |
| LCH | lch(87.9 35.1 210.3) |
| OKLCH | oklch(0.884 0.112 206.0) |
Copy-ready code
/* CSS */
color: #73eefd;
background-color: #73eefd;
/* Tailwind (arbitrary) */
class="text-[#73eefd] bg-[#73eefd]"
/* SCSS */
$brand: #73eefd;
/* SwiftUI */
Color(red: 0.451, green: 0.933, blue: 0.992)
/* Android */
Color.parseColor("#73eefd")Accessibility — WCAG contrast
Aa
#73eefd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73eefd on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green93.3%
Blue99.2%
CMYK percentages
Cyan54.5%
Magenta5.9%
Yellow0.0%
Key (black)0.8%
Color previews
#73eefd text on a black background
contrast 15.38:1
Card sample
#73eefd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73eefd;
Background color
Panel with #73eefd background
background-color: #73eefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73eefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 238, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 238, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73eefd; background: linear-gradient(135deg, #73eefd, #7392FD);