#508df7
a balanced, electric blue · cool · closest name: dodgerblue
RGB
80, 141, 247
HSL
218°, 91%, 64%
CMYK
68, 43, 0, 3
Luminance
0.2747
Every format
| HEX | #508df7 |
| RGB | rgb(80, 141, 247) |
| HSL | hsl(218, 91%, 64%) |
| CMYK | cmyk(68%, 43%, 0%, 3%) |
| LAB | lab(59.4 13.9 -58.9) |
| LCH | lch(59.4 60.5 283.3) |
| OKLCH | oklch(0.654 0.171 260.6) |
Copy-ready code
/* CSS */
color: #508df7;
background-color: #508df7;
/* Tailwind (arbitrary) */
class="text-[#508df7] bg-[#508df7]"
/* SCSS */
$brand: #508df7;
/* SwiftUI */
Color(red: 0.314, green: 0.553, blue: 0.969)
/* Android */
Color.parseColor("#508df7")Accessibility — WCAG contrast
Aa
#508df7 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#508df7 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green55.3%
Blue96.9%
CMYK percentages
Cyan67.6%
Magenta42.9%
Yellow0.0%
Key (black)3.1%
Color previews
#508df7 text on a black background
contrast 6.49:1
Card sample
#508df7 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #508df7;
Background color
Panel with #508df7 background
background-color: #508df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #508df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 141, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 141, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #508df7; background: linear-gradient(135deg, #508df7, #8250F7);