#73a2e8
a light, vivid blue · cool · closest name: steelblue
RGB
115, 162, 232
HSL
216°, 72%, 68%
CMYK
50, 30, 0, 9
Luminance
0.3531
Every format
| HEX | #73a2e8 |
| RGB | rgb(115, 162, 232) |
| HSL | hsl(216, 72%, 68%) |
| CMYK | cmyk(50%, 30%, 0%, 9%) |
| LAB | lab(66.0 3.4 -40.1) |
| LCH | lch(66.0 40.3 274.9) |
| OKLCH | oklch(0.708 0.115 258.1) |
Copy-ready code
/* CSS */
color: #73a2e8;
background-color: #73a2e8;
/* Tailwind (arbitrary) */
class="text-[#73a2e8] bg-[#73a2e8]"
/* SCSS */
$brand: #73a2e8;
/* SwiftUI */
Color(red: 0.451, green: 0.635, blue: 0.910)
/* Android */
Color.parseColor("#73a2e8")Accessibility — WCAG contrast
Aa
#73a2e8 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73a2e8 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green63.5%
Blue91.0%
CMYK percentages
Cyan50.4%
Magenta30.2%
Yellow0.0%
Key (black)9.0%
Color previews
#73a2e8 text on a black background
contrast 8.06:1
Card sample
#73a2e8 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73a2e8;
Background color
Panel with #73a2e8 background
background-color: #73a2e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73a2e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 162, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 162, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73a2e8; background: linear-gradient(135deg, #73a2e8, #9273E8);