#5240ff
a balanced, electric blue · warm · closest name: blue
RGB
82, 64, 255
HSL
246°, 100%, 63%
CMYK
68, 75, 0, 0
Luminance
0.1268
Every format
| HEX | #5240ff |
| RGB | rgb(82, 64, 255) |
| HSL | hsl(246, 100%, 63%) |
| CMYK | cmyk(68%, 75%, 0%, 0%) |
| LAB | lab(42.3 62.0 -91.2) |
| LCH | lch(42.3 110.3 304.2) |
| OKLCH | oklch(0.529 0.265 276.5) |
Copy-ready code
/* CSS */
color: #5240ff;
background-color: #5240ff;
/* Tailwind (arbitrary) */
class="text-[#5240ff] bg-[#5240ff]"
/* SCSS */
$brand: #5240ff;
/* SwiftUI */
Color(red: 0.322, green: 0.251, blue: 1.000)
/* Android */
Color.parseColor("#5240ff")Accessibility — WCAG contrast
Aa
#5240ff on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5240ff on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green25.1%
Blue100.0%
CMYK percentages
Cyan67.8%
Magenta74.9%
Yellow0.0%
Key (black)0.0%
Color previews
#5240ff text on a black background
contrast 3.54:1
Card sample
#5240ff text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5240ff;
Background color
Panel with #5240ff background
background-color: #5240ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5240ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 64, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 64, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5240ff; background: linear-gradient(135deg, #5240ff, #D140FF);