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