#73cbfd
a light, electric blue · cool · closest name: skyblue
RGB
115, 203, 253
HSL
202°, 97%, 72%
CMYK
55, 20, 0, 1
Luminance
0.5345
Every format
| HEX | #73cbfd |
| RGB | rgb(115, 203, 253) |
| HSL | hsl(202, 97%, 72%) |
| CMYK | cmyk(55%, 20%, 0%, 1%) |
| LAB | lab(78.1 -12.8 -32.6) |
| LCH | lch(78.1 35.0 248.6) |
| OKLCH | oklch(0.806 0.111 235.3) |
Copy-ready code
/* CSS */
color: #73cbfd;
background-color: #73cbfd;
/* Tailwind (arbitrary) */
class="text-[#73cbfd] bg-[#73cbfd]"
/* SCSS */
$brand: #73cbfd;
/* SwiftUI */
Color(red: 0.451, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#73cbfd")Accessibility — WCAG contrast
Aa
#73cbfd on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73cbfd on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green79.6%
Blue99.2%
CMYK percentages
Cyan54.5%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#73cbfd text on a black background
contrast 11.69:1
Card sample
#73cbfd text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73cbfd;
Background color
Panel with #73cbfd background
background-color: #73cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73cbfd; background: linear-gradient(135deg, #73cbfd, #7773FD);