#79adff
a light, electric blue · cool · closest name: dodgerblue
RGB
121, 173, 255
HSL
217°, 100%, 74%
CMYK
53, 32, 0, 0
Luminance
0.4117
Every format
| HEX | #79adff |
| RGB | rgb(121, 173, 255) |
| HSL | hsl(217, 100%, 74%) |
| CMYK | cmyk(53%, 32%, 0%, 0%) |
| LAB | lab(70.3 5.4 -45.9) |
| LCH | lch(70.3 46.2 276.8) |
| OKLCH | oklch(0.745 0.132 259.2) |
Copy-ready code
/* CSS */
color: #79adff;
background-color: #79adff;
/* Tailwind (arbitrary) */
class="text-[#79adff] bg-[#79adff]"
/* SCSS */
$brand: #79adff;
/* SwiftUI */
Color(red: 0.475, green: 0.678, blue: 1.000)
/* Android */
Color.parseColor("#79adff")Accessibility — WCAG contrast
Aa
#79adff on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#79adff on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green67.8%
Blue100.0%
CMYK percentages
Cyan52.5%
Magenta32.2%
Yellow0.0%
Key (black)0.0%
Color previews
#79adff text on a black background
contrast 9.23:1
Card sample
#79adff text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #79adff;
Background color
Panel with #79adff background
background-color: #79adff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #79adff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 173, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 173, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #79adff; background: linear-gradient(135deg, #79adff, #9E79FF);