#73beee
a light, electric blue · cool · closest name: skyblue
RGB
115, 190, 238
HSL
203°, 78%, 69%
CMYK
52, 20, 0, 7
Luminance
0.4664
Every format
| HEX | #73beee |
| RGB | rgb(115, 190, 238) |
| HSL | hsl(203, 78%, 69%) |
| CMYK | cmyk(52%, 20%, 0%, 7%) |
| LAB | lab(74.0 -10.2 -31.0) |
| LCH | lch(74.0 32.6 251.7) |
| OKLCH | oklch(0.771 0.102 238.1) |
Copy-ready code
/* CSS */
color: #73beee;
background-color: #73beee;
/* Tailwind (arbitrary) */
class="text-[#73beee] bg-[#73beee]"
/* SCSS */
$brand: #73beee;
/* SwiftUI */
Color(red: 0.451, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#73beee")Accessibility — WCAG contrast
Aa
#73beee on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73beee on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green74.5%
Blue93.3%
CMYK percentages
Cyan51.7%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#73beee text on a black background
contrast 10.33:1
Card sample
#73beee text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73beee;
Background color
Panel with #73beee background
background-color: #73beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73beee; background: linear-gradient(135deg, #73beee, #7A73EE);