#8739fd
a balanced, electric violet · warm · closest name: blue
RGB
135, 57, 253
HSL
264°, 98%, 61%
CMYK
47, 78, 0, 1
Luminance
0.1517
Every format
| HEX | #8739fd |
| RGB | rgb(135, 57, 253) |
| HSL | hsl(264, 98%, 61%) |
| CMYK | cmyk(47%, 78%, 0%, 1%) |
| LAB | lab(45.9 70.7 -84.0) |
| LCH | lch(45.9 109.8 310.1) |
| OKLCH | oklch(0.566 0.264 294.2) |
Copy-ready code
/* CSS */
color: #8739fd;
background-color: #8739fd;
/* Tailwind (arbitrary) */
class="text-[#8739fd] bg-[#8739fd]"
/* SCSS */
$brand: #8739fd;
/* SwiftUI */
Color(red: 0.529, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#8739fd")Accessibility — WCAG contrast
Aa
#8739fd on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8739fd on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green22.4%
Blue99.2%
CMYK percentages
Cyan46.6%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#8739fd text on a black background
contrast 4.03:1
Card sample
#8739fd text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8739fd;
Background color
Panel with #8739fd background
background-color: #8739fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8739fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8739fd; background: linear-gradient(135deg, #8739fd, #FD39F0);