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