#73aceb
a light, electric blue · cool · closest name: steelblue
RGB
115, 172, 235
HSL
212°, 75%, 69%
CMYK
51, 27, 0, 8
Luminance
0.3915
Every format
| HEX | #73aceb |
| RGB | rgb(115, 172, 235) |
| HSL | hsl(212, 75%, 69%) |
| CMYK | cmyk(51%, 27%, 0%, 8%) |
| LAB | lab(68.9 -1.3 -37.3) |
| LCH | lch(68.9 37.3 268.0) |
| OKLCH | oklch(0.730 0.110 251.8) |
Copy-ready code
/* CSS */
color: #73aceb;
background-color: #73aceb;
/* Tailwind (arbitrary) */
class="text-[#73aceb] bg-[#73aceb]"
/* SCSS */
$brand: #73aceb;
/* SwiftUI */
Color(red: 0.451, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#73aceb")Accessibility — WCAG contrast
Aa
#73aceb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73aceb on black: 8.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green67.5%
Blue92.2%
CMYK percentages
Cyan51.1%
Magenta26.8%
Yellow0.0%
Key (black)7.8%
Color previews
#73aceb text on a black background
contrast 8.83:1
Card sample
#73aceb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73aceb;
Background color
Panel with #73aceb background
background-color: #73aceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73aceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73aceb; background: linear-gradient(135deg, #73aceb, #8A73EB);