#73dcff
a light, electric cyan · cool · closest name: skyblue
RGB
115, 220, 255
HSL
195°, 100%, 73%
CMYK
55, 14, 0, 0
Luminance
0.6205
Every format
| HEX | #73dcff |
| RGB | rgb(115, 220, 255) |
| HSL | hsl(195, 100%, 73%) |
| CMYK | cmyk(55%, 14%, 0%, 0%) |
| LAB | lab(82.9 -20.9 -26.3) |
| LCH | lch(82.9 33.6 231.5) |
| OKLCH | oklch(0.845 0.109 222.2) |
Copy-ready code
/* CSS */
color: #73dcff;
background-color: #73dcff;
/* Tailwind (arbitrary) */
class="text-[#73dcff] bg-[#73dcff]"
/* SCSS */
$brand: #73dcff;
/* SwiftUI */
Color(red: 0.451, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#73dcff")Accessibility — WCAG contrast
Aa
#73dcff on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73dcff on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green86.3%
Blue100.0%
CMYK percentages
Cyan54.9%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#73dcff text on a black background
contrast 13.41:1
Card sample
#73dcff text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73dcff;
Background color
Panel with #73dcff background
background-color: #73dcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73dcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73dcff; background: linear-gradient(135deg, #73dcff, #737EFF);