#73acdf
a light, vivid blue · cool · closest name: steelblue
RGB
115, 172, 223
HSL
208°, 63%, 66%
CMYK
48, 23, 0, 13
Luminance
0.3848
Every format
| HEX | #73acdf |
| RGB | rgb(115, 172, 223) |
| HSL | hsl(208, 63%, 66%) |
| CMYK | cmyk(48%, 23%, 0%, 13%) |
| LAB | lab(68.4 -4.8 -31.5) |
| LCH | lch(68.4 31.8 261.3) |
| OKLCH | oklch(0.725 0.096 246.6) |
Copy-ready code
/* CSS */
color: #73acdf;
background-color: #73acdf;
/* Tailwind (arbitrary) */
class="text-[#73acdf] bg-[#73acdf]"
/* SCSS */
$brand: #73acdf;
/* SwiftUI */
Color(red: 0.451, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#73acdf")Accessibility — WCAG contrast
Aa
#73acdf on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73acdf on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green67.5%
Blue87.5%
CMYK percentages
Cyan48.4%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#73acdf text on a black background
contrast 8.70:1
Card sample
#73acdf text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73acdf;
Background color
Panel with #73acdf background
background-color: #73acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73acdf; background: linear-gradient(135deg, #73acdf, #8273DF);