#8247fd
a balanced, electric violet · warm · closest name: blue
RGB
130, 71, 253
HSL
260°, 98%, 64%
CMYK
49, 72, 0, 1
Luminance
0.1634
Every format
| HEX | #8247fd |
| RGB | rgb(130, 71, 253) |
| HSL | hsl(260, 98%, 64%) |
| CMYK | cmyk(49%, 72%, 0%, 1%) |
| LAB | lab(47.4 64.0 -81.5) |
| LCH | lch(47.4 103.6 308.1) |
| OKLCH | oklch(0.575 0.251 291.2) |
Copy-ready code
/* CSS */
color: #8247fd;
background-color: #8247fd;
/* Tailwind (arbitrary) */
class="text-[#8247fd] bg-[#8247fd]"
/* SCSS */
$brand: #8247fd;
/* SwiftUI */
Color(red: 0.510, green: 0.278, blue: 0.992)
/* Android */
Color.parseColor("#8247fd")Accessibility — WCAG contrast
Aa
#8247fd on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8247fd on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green27.8%
Blue99.2%
CMYK percentages
Cyan48.6%
Magenta71.9%
Yellow0.0%
Key (black)0.8%
Color previews
#8247fd text on a black background
contrast 4.27:1
Card sample
#8247fd text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8247fd;
Background color
Panel with #8247fd background
background-color: #8247fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8247fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 71, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 71, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8247fd; background: linear-gradient(135deg, #8247fd, #FB47FD);