#73cfff
a light, electric blue · cool · closest name: skyblue
RGB
115, 207, 255
HSL
201°, 100%, 73%
CMYK
55, 19, 0, 0
Luminance
0.5549
Every format
| HEX | #73cfff |
| RGB | rgb(115, 207, 255) |
| HSL | hsl(201, 100%, 73%) |
| CMYK | cmyk(55%, 19%, 0%, 0%) |
| LAB | lab(79.3 -14.3 -31.9) |
| LCH | lch(79.3 34.9 245.9) |
| OKLCH | oklch(0.816 0.111 233.1) |
Copy-ready code
/* CSS */
color: #73cfff;
background-color: #73cfff;
/* Tailwind (arbitrary) */
class="text-[#73cfff] bg-[#73cfff]"
/* SCSS */
$brand: #73cfff;
/* SwiftUI */
Color(red: 0.451, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#73cfff")Accessibility — WCAG contrast
Aa
#73cfff on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73cfff on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green81.2%
Blue100.0%
CMYK percentages
Cyan54.9%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#73cfff text on a black background
contrast 12.10:1
Card sample
#73cfff text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73cfff;
Background color
Panel with #73cfff background
background-color: #73cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73cfff; background: linear-gradient(135deg, #73cfff, #7473FF);