#508eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
80, 142, 238
HSL
217°, 82%, 62%
CMYK
66, 40, 0, 7
Luminance
0.2722
Every format
| HEX | #508eee |
| RGB | rgb(80, 142, 238) |
| HSL | hsl(217, 82%, 62%) |
| CMYK | cmyk(66%, 40%, 0%, 7%) |
| LAB | lab(59.2 10.3 -54.3) |
| LCH | lch(59.2 55.2 280.7) |
| OKLCH | oklch(0.651 0.158 258.9) |
Copy-ready code
/* CSS */
color: #508eee;
background-color: #508eee;
/* Tailwind (arbitrary) */
class="text-[#508eee] bg-[#508eee]"
/* SCSS */
$brand: #508eee;
/* SwiftUI */
Color(red: 0.314, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#508eee")Accessibility — WCAG contrast
Aa
#508eee on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#508eee on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green55.7%
Blue93.3%
CMYK percentages
Cyan66.4%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#508eee text on a black background
contrast 6.44:1
Card sample
#508eee text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #508eee;
Background color
Panel with #508eee background
background-color: #508eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #508eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #508eee; background: linear-gradient(135deg, #508eee, #7C50EE);