#5244ff
a balanced, electric blue · warm · closest name: blue
RGB
82, 68, 255
HSL
245°, 100%, 63%
CMYK
68, 73, 0, 0
Luminance
0.1315
Every format
| HEX | #5244ff |
| RGB | rgb(82, 68, 255) |
| HSL | hsl(245, 100%, 63%) |
| CMYK | cmyk(68%, 73%, 0%, 0%) |
| LAB | lab(43.0 60.0 -90.0) |
| LCH | lch(43.0 108.2 303.7) |
| OKLCH | oklch(0.534 0.262 276.2) |
Copy-ready code
/* CSS */
color: #5244ff;
background-color: #5244ff;
/* Tailwind (arbitrary) */
class="text-[#5244ff] bg-[#5244ff]"
/* SCSS */
$brand: #5244ff;
/* SwiftUI */
Color(red: 0.322, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#5244ff")Accessibility — WCAG contrast
Aa
#5244ff on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5244ff on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green26.7%
Blue100.0%
CMYK percentages
Cyan67.8%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#5244ff text on a black background
contrast 3.63:1
Card sample
#5244ff text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5244ff;
Background color
Panel with #5244ff background
background-color: #5244ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5244ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5244ff; background: linear-gradient(135deg, #5244ff, #CF44FF);