#8232fd
a balanced, electric violet · warm · closest name: blue
RGB
130, 50, 253
HSL
264°, 98%, 59%
CMYK
49, 80, 0, 1
Luminance
0.1412
Every format
| HEX | #8232fd |
| RGB | rgb(130, 50, 253) |
| HSL | hsl(264, 98%, 59%) |
| CMYK | cmyk(49%, 80%, 0%, 1%) |
| LAB | lab(44.4 72.6 -86.4) |
| LCH | lch(44.4 112.9 310.0) |
| OKLCH | oklch(0.554 0.270 293.1) |
Copy-ready code
/* CSS */
color: #8232fd;
background-color: #8232fd;
/* Tailwind (arbitrary) */
class="text-[#8232fd] bg-[#8232fd]"
/* SCSS */
$brand: #8232fd;
/* SwiftUI */
Color(red: 0.510, green: 0.196, blue: 0.992)
/* Android */
Color.parseColor("#8232fd")Accessibility — WCAG contrast
Aa
#8232fd on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8232fd on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green19.6%
Blue99.2%
CMYK percentages
Cyan48.6%
Magenta80.2%
Yellow0.0%
Key (black)0.8%
Color previews
#8232fd text on a black background
contrast 3.82:1
Card sample
#8232fd text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8232fd;
Background color
Panel with #8232fd background
background-color: #8232fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8232fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 50, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 50, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8232fd; background: linear-gradient(135deg, #8232fd, #FD32F1);