#73affc
a light, electric blue · cool · closest name: steelblue
RGB
115, 175, 252
HSL
214°, 96%, 72%
CMYK
54, 31, 0, 1
Luminance
0.4133
Every format
| HEX | #73affc |
| RGB | rgb(115, 175, 252) |
| HSL | hsl(214, 96%, 72%) |
| CMYK | cmyk(54%, 31%, 0%, 1%) |
| LAB | lab(70.4 2.1 -44.1) |
| LCH | lch(70.4 44.1 272.8) |
| OKLCH | oklch(0.745 0.128 255.2) |
Copy-ready code
/* CSS */
color: #73affc;
background-color: #73affc;
/* Tailwind (arbitrary) */
class="text-[#73affc] bg-[#73affc]"
/* SCSS */
$brand: #73affc;
/* SwiftUI */
Color(red: 0.451, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#73affc")Accessibility — WCAG contrast
Aa
#73affc on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73affc on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green68.6%
Blue98.8%
CMYK percentages
Cyan54.4%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#73affc text on a black background
contrast 9.27:1
Card sample
#73affc text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73affc;
Background color
Panel with #73affc background
background-color: #73affc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73affc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73affc; background: linear-gradient(135deg, #73affc, #9273FC);