#73acef
a light, electric blue · cool · closest name: steelblue
RGB
115, 172, 239
HSL
212°, 80%, 69%
CMYK
52, 28, 0, 6
Luminance
0.3938
Every format
| HEX | #73acef |
| RGB | rgb(115, 172, 239) |
| HSL | hsl(212, 80%, 69%) |
| CMYK | cmyk(52%, 28%, 0%, 6%) |
| LAB | lab(69.0 -0.1 -39.2) |
| LCH | lch(69.0 39.2 269.9) |
| OKLCH | oklch(0.732 0.115 253.2) |
Copy-ready code
/* CSS */
color: #73acef;
background-color: #73acef;
/* Tailwind (arbitrary) */
class="text-[#73acef] bg-[#73acef]"
/* SCSS */
$brand: #73acef;
/* SwiftUI */
Color(red: 0.451, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#73acef")Accessibility — WCAG contrast
Aa
#73acef on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73acef on black: 8.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green67.5%
Blue93.7%
CMYK percentages
Cyan51.9%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#73acef text on a black background
contrast 8.88:1
Card sample
#73acef text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73acef;
Background color
Panel with #73acef background
background-color: #73acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73acef; background: linear-gradient(135deg, #73acef, #8D73EF);