#508df0
a balanced, electric blue · cool · closest name: dodgerblue
RGB
80, 141, 240
HSL
217°, 84%, 63%
CMYK
67, 41, 0, 6
Luminance
0.2705
Every format
| HEX | #508df0 |
| RGB | rgb(80, 141, 240) |
| HSL | hsl(217, 84%, 63%) |
| CMYK | cmyk(67%, 41%, 0%, 6%) |
| LAB | lab(59.0 11.5 -55.6) |
| LCH | lch(59.0 56.8 281.7) |
| OKLCH | oklch(0.650 0.161 259.6) |
Copy-ready code
/* CSS */
color: #508df0;
background-color: #508df0;
/* Tailwind (arbitrary) */
class="text-[#508df0] bg-[#508df0]"
/* SCSS */
$brand: #508df0;
/* SwiftUI */
Color(red: 0.314, green: 0.553, blue: 0.941)
/* Android */
Color.parseColor("#508df0")Accessibility — WCAG contrast
Aa
#508df0 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#508df0 on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green55.3%
Blue94.1%
CMYK percentages
Cyan66.7%
Magenta41.3%
Yellow0.0%
Key (black)5.9%
Color previews
#508df0 text on a black background
contrast 6.41:1
Card sample
#508df0 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #508df0;
Background color
Panel with #508df0 background
background-color: #508df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #508df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 141, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 141, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #508df0; background: linear-gradient(135deg, #508df0, #7D50F0);