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