#5232ff
a balanced, electric blue · warm · closest name: blue
RGB
82, 50, 255
HSL
249°, 100%, 60%
CMYK
68, 80, 0, 0
Luminance
0.1130
Every format
| HEX | #5232ff |
| RGB | rgb(82, 50, 255) |
| HSL | hsl(249, 100%, 60%) |
| CMYK | cmyk(68%, 80%, 0%, 0%) |
| LAB | lab(40.1 68.4 -94.8) |
| LCH | lch(40.1 116.9 305.8) |
| OKLCH | oklch(0.514 0.276 277.5) |
Copy-ready code
/* CSS */
color: #5232ff;
background-color: #5232ff;
/* Tailwind (arbitrary) */
class="text-[#5232ff] bg-[#5232ff]"
/* SCSS */
$brand: #5232ff;
/* SwiftUI */
Color(red: 0.322, green: 0.196, blue: 1.000)
/* Android */
Color.parseColor("#5232ff")Accessibility — WCAG contrast
Aa
#5232ff on white: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5232ff on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green19.6%
Blue100.0%
CMYK percentages
Cyan67.8%
Magenta80.4%
Yellow0.0%
Key (black)0.0%
Color previews
#5232ff text on a black background
contrast 3.26:1
Card sample
#5232ff text on a white background
contrast 6.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5232ff;
Background color
Panel with #5232ff background
background-color: #5232ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5232ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 50, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 50, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5232ff; background: linear-gradient(135deg, #5232ff, #DB32FF);