#73ace4
a light, vivid blue · cool · closest name: steelblue
RGB
115, 172, 228
HSL
210°, 68%, 67%
CMYK
50, 25, 0, 11
Luminance
0.3875
Every format
| HEX | #73ace4 |
| RGB | rgb(115, 172, 228) |
| HSL | hsl(210, 68%, 67%) |
| CMYK | cmyk(50%, 25%, 0%, 11%) |
| LAB | lab(68.6 -3.4 -33.9) |
| LCH | lch(68.6 34.1 264.3) |
| OKLCH | oklch(0.727 0.102 249.0) |
Copy-ready code
/* CSS */
color: #73ace4;
background-color: #73ace4;
/* Tailwind (arbitrary) */
class="text-[#73ace4] bg-[#73ace4]"
/* SCSS */
$brand: #73ace4;
/* SwiftUI */
Color(red: 0.451, green: 0.675, blue: 0.894)
/* Android */
Color.parseColor("#73ace4")Accessibility — WCAG contrast
Aa
#73ace4 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73ace4 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green67.5%
Blue89.4%
CMYK percentages
Cyan49.6%
Magenta24.6%
Yellow0.0%
Key (black)10.6%
Color previews
#73ace4 text on a black background
contrast 8.75:1
Card sample
#73ace4 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73ace4;
Background color
Panel with #73ace4 background
background-color: #73ace4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73ace4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 172, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 172, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73ace4; background: linear-gradient(135deg, #73ace4, #8573E4);