#5232af
a dark, vivid violet · warm · closest name: indigo
RGB
82, 50, 175
HSL
255°, 56%, 44%
CMYK
53, 71, 0, 31
Luminance
0.0717
Every format
| HEX | #5232af |
| RGB | rgb(82, 50, 175) |
| HSL | hsl(255, 56%, 44%) |
| CMYK | cmyk(53%, 71%, 0%, 31%) |
| LAB | lab(32.2 45.6 -61.7) |
| LCH | lch(32.2 76.7 306.5) |
| OKLCH | oklch(0.435 0.186 287.8) |
Copy-ready code
/* CSS */
color: #5232af;
background-color: #5232af;
/* Tailwind (arbitrary) */
class="text-[#5232af] bg-[#5232af]"
/* SCSS */
$brand: #5232af;
/* SwiftUI */
Color(red: 0.322, green: 0.196, blue: 0.686)
/* Android */
Color.parseColor("#5232af")Accessibility — WCAG contrast
Aa
#5232af on white: 8.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5232af on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green19.6%
Blue68.6%
CMYK percentages
Cyan53.1%
Magenta71.4%
Yellow0.0%
Key (black)31.4%
Color previews
#5232af text on a black background
contrast 2.43:1
Card sample
#5232af text on a white background
contrast 8.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5232af;
Background color
Panel with #5232af background
background-color: #5232af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5232af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 50, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 50, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5232af; background: linear-gradient(135deg, #5232af, #A532AF);