#78aefd
a light, electric blue · cool · closest name: dodgerblue
RGB
120, 174, 253
HSL
216°, 97%, 73%
CMYK
53, 31, 0, 1
Luminance
0.4136
Every format
| HEX | #78aefd |
| RGB | rgb(120, 174, 253) |
| HSL | hsl(216, 97%, 73%) |
| CMYK | cmyk(53%, 31%, 0%, 1%) |
| LAB | lab(70.4 4.1 -44.6) |
| LCH | lch(70.4 44.8 275.2) |
| OKLCH | oklch(0.746 0.128 257.8) |
Copy-ready code
/* CSS */
color: #78aefd;
background-color: #78aefd;
/* Tailwind (arbitrary) */
class="text-[#78aefd] bg-[#78aefd]"
/* SCSS */
$brand: #78aefd;
/* SwiftUI */
Color(red: 0.471, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#78aefd")Accessibility — WCAG contrast
Aa
#78aefd on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#78aefd on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green68.2%
Blue99.2%
CMYK percentages
Cyan52.6%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#78aefd text on a black background
contrast 9.27:1
Card sample
#78aefd text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #78aefd;
Background color
Panel with #78aefd background
background-color: #78aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #78aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #78aefd; background: linear-gradient(135deg, #78aefd, #9A78FD);