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