#73ace2
a light, vivid blue · cool · closest name: steelblue
RGB
115, 172, 226
HSL
209°, 66%, 67%
CMYK
49, 24, 0, 11
Luminance
0.3864
Every format
| HEX | #73ace2 |
| RGB | rgb(115, 172, 226) |
| HSL | hsl(209, 66%, 67%) |
| CMYK | cmyk(49%, 24%, 0%, 11%) |
| LAB | lab(68.5 -3.9 -32.9) |
| LCH | lch(68.5 33.1 263.2) |
| OKLCH | oklch(0.726 0.099 248.0) |
Copy-ready code
/* CSS */
color: #73ace2;
background-color: #73ace2;
/* Tailwind (arbitrary) */
class="text-[#73ace2] bg-[#73ace2]"
/* SCSS */
$brand: #73ace2;
/* SwiftUI */
Color(red: 0.451, green: 0.675, blue: 0.886)
/* Android */
Color.parseColor("#73ace2")Accessibility — WCAG contrast
Aa
#73ace2 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73ace2 on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green67.5%
Blue88.6%
CMYK percentages
Cyan49.1%
Magenta23.9%
Yellow0.0%
Key (black)11.4%
Color previews
#73ace2 text on a black background
contrast 8.73:1
Card sample
#73ace2 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73ace2;
Background color
Panel with #73ace2 background
background-color: #73ace2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73ace2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 172, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 172, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73ace2; background: linear-gradient(135deg, #73ace2, #8473E2);