#7739fd
a balanced, electric violet · warm · closest name: blue
RGB
119, 57, 253
HSL
259°, 98%, 61%
CMYK
53, 78, 0, 1
Luminance
0.1394
Every format
| HEX | #7739fd |
| RGB | rgb(119, 57, 253) |
| HSL | hsl(259, 98%, 61%) |
| CMYK | cmyk(53%, 78%, 0%, 1%) |
| LAB | lab(44.1 68.6 -86.9) |
| LCH | lch(44.1 110.7 308.3) |
| OKLCH | oklch(0.550 0.264 288.9) |
Copy-ready code
/* CSS */
color: #7739fd;
background-color: #7739fd;
/* Tailwind (arbitrary) */
class="text-[#7739fd] bg-[#7739fd]"
/* SCSS */
$brand: #7739fd;
/* SwiftUI */
Color(red: 0.467, green: 0.224, blue: 0.992)
/* Android */
Color.parseColor("#7739fd")Accessibility — WCAG contrast
Aa
#7739fd on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7739fd on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green22.4%
Blue99.2%
CMYK percentages
Cyan53.0%
Magenta77.5%
Yellow0.0%
Key (black)0.8%
Color previews
#7739fd text on a black background
contrast 3.79:1
Card sample
#7739fd text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7739fd;
Background color
Panel with #7739fd background
background-color: #7739fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7739fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 57, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 57, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7739fd; background: linear-gradient(135deg, #7739fd, #FA39FD);