#7494ff
a light, electric blue · warm · closest name: dodgerblue
RGB
116, 148, 255
HSL
226°, 100%, 73%
CMYK
55, 42, 0, 0
Luminance
0.3211
Every format
| HEX | #7494ff |
| RGB | rgb(116, 148, 255) |
| HSL | hsl(226, 100%, 73%) |
| CMYK | cmyk(55%, 42%, 0%, 0%) |
| LAB | lab(63.4 18.8 -56.7) |
| LCH | lch(63.4 59.8 288.4) |
| OKLCH | oklch(0.692 0.161 269.3) |
Copy-ready code
/* CSS */
color: #7494ff;
background-color: #7494ff;
/* Tailwind (arbitrary) */
class="text-[#7494ff] bg-[#7494ff]"
/* SCSS */
$brand: #7494ff;
/* SwiftUI */
Color(red: 0.455, green: 0.580, blue: 1.000)
/* Android */
Color.parseColor("#7494ff")Accessibility — WCAG contrast
Aa
#7494ff on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7494ff on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.5%
Green58.0%
Blue100.0%
CMYK percentages
Cyan54.5%
Magenta42.0%
Yellow0.0%
Key (black)0.0%
Color previews
#7494ff text on a black background
contrast 7.42:1
Card sample
#7494ff text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7494ff;
Background color
Panel with #7494ff background
background-color: #7494ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7494ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(116, 148, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(116, 148, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7494ff; background: linear-gradient(135deg, #7494ff, #B174FF);