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