#73c0eb
a light, electric blue · cool · closest name: skyblue
RGB
115, 192, 235
HSL
202°, 75%, 69%
CMYK
51, 18, 0, 8
Luminance
0.4734
Every format
| HEX | #73c0eb |
| RGB | rgb(115, 192, 235) |
| HSL | hsl(202, 75%, 69%) |
| CMYK | cmyk(51%, 18%, 0%, 8%) |
| LAB | lab(74.4 -12.2 -28.7) |
| LCH | lch(74.4 31.2 247.0) |
| OKLCH | oklch(0.774 0.098 234.5) |
Copy-ready code
/* CSS */
color: #73c0eb;
background-color: #73c0eb;
/* Tailwind (arbitrary) */
class="text-[#73c0eb] bg-[#73c0eb]"
/* SCSS */
$brand: #73c0eb;
/* SwiftUI */
Color(red: 0.451, green: 0.753, blue: 0.922)
/* Android */
Color.parseColor("#73c0eb")Accessibility — WCAG contrast
Aa
#73c0eb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73c0eb on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green75.3%
Blue92.2%
CMYK percentages
Cyan51.1%
Magenta18.3%
Yellow0.0%
Key (black)7.8%
Color previews
#73c0eb text on a black background
contrast 10.47:1
Card sample
#73c0eb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73c0eb;
Background color
Panel with #73c0eb background
background-color: #73c0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73c0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 192, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 192, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73c0eb; background: linear-gradient(135deg, #73c0eb, #7673EB);