#73abfd
a light, electric blue · cool · closest name: dodgerblue
RGB
115, 171, 253
HSL
216°, 97%, 72%
CMYK
55, 32, 0, 1
Luminance
0.3986
Every format
| HEX | #73abfd |
| RGB | rgb(115, 171, 253) |
| HSL | hsl(216, 97%, 72%) |
| CMYK | cmyk(55%, 32%, 0%, 1%) |
| LAB | lab(69.4 4.7 -46.3) |
| LCH | lch(69.4 46.5 275.8) |
| OKLCH | oklch(0.737 0.134 257.8) |
Copy-ready code
/* CSS */
color: #73abfd;
background-color: #73abfd;
/* Tailwind (arbitrary) */
class="text-[#73abfd] bg-[#73abfd]"
/* SCSS */
$brand: #73abfd;
/* SwiftUI */
Color(red: 0.451, green: 0.671, blue: 0.992)
/* Android */
Color.parseColor("#73abfd")Accessibility — WCAG contrast
Aa
#73abfd on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73abfd on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green67.1%
Blue99.2%
CMYK percentages
Cyan54.5%
Magenta32.4%
Yellow0.0%
Key (black)0.8%
Color previews
#73abfd text on a black background
contrast 8.97:1
Card sample
#73abfd text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73abfd;
Background color
Panel with #73abfd background
background-color: #73abfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73abfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 171, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 171, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73abfd; background: linear-gradient(135deg, #73abfd, #9773FD);