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