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