#508fef
a balanced, electric blue · cool · closest name: dodgerblue
RGB
80, 143, 239
HSL
216°, 83%, 63%
CMYK
67, 40, 0, 6
Luminance
0.2758
Every format
| HEX | #508fef |
| RGB | rgb(80, 143, 239) |
| HSL | hsl(216, 83%, 63%) |
| CMYK | cmyk(67%, 40%, 0%, 6%) |
| LAB | lab(59.5 10.0 -54.3) |
| LCH | lch(59.5 55.2 280.4) |
| OKLCH | oklch(0.654 0.158 258.6) |
Copy-ready code
/* CSS */
color: #508fef;
background-color: #508fef;
/* Tailwind (arbitrary) */
class="text-[#508fef] bg-[#508fef]"
/* SCSS */
$brand: #508fef;
/* SwiftUI */
Color(red: 0.314, green: 0.561, blue: 0.937)
/* Android */
Color.parseColor("#508fef")Accessibility — WCAG contrast
Aa
#508fef on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#508fef on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green56.1%
Blue93.7%
CMYK percentages
Cyan66.5%
Magenta40.2%
Yellow0.0%
Key (black)6.3%
Color previews
#508fef text on a black background
contrast 6.52:1
Card sample
#508fef text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #508fef;
Background color
Panel with #508fef background
background-color: #508fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #508fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 143, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 143, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #508fef; background: linear-gradient(135deg, #508fef, #7B50EF);