#7705fd
a balanced, electric violet · warm · closest name: blue
RGB
119, 5, 253
HSL
268°, 98%, 51%
CMYK
53, 98, 0, 1
Luminance
0.1112
Every format
| HEX | #7705fd |
| RGB | rgb(119, 5, 253) |
| HSL | hsl(268, 98%, 51%) |
| CMYK | cmyk(53%, 98%, 0%, 1%) |
| LAB | lab(39.8 81.5 -94.1) |
| LCH | lch(39.8 124.5 310.9) |
| OKLCH | oklch(0.520 0.290 291.2) |
Copy-ready code
/* CSS */
color: #7705fd;
background-color: #7705fd;
/* Tailwind (arbitrary) */
class="text-[#7705fd] bg-[#7705fd]"
/* SCSS */
$brand: #7705fd;
/* SwiftUI */
Color(red: 0.467, green: 0.020, blue: 0.992)
/* Android */
Color.parseColor("#7705fd")Accessibility — WCAG contrast
Aa
#7705fd on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7705fd on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green2.0%
Blue99.2%
CMYK percentages
Cyan53.0%
Magenta98.0%
Yellow0.0%
Key (black)0.8%
Color previews
#7705fd text on a black background
contrast 3.22:1
Card sample
#7705fd text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7705fd;
Background color
Panel with #7705fd background
background-color: #7705fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7705fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 5, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 5, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7705fd; background: linear-gradient(135deg, #7705fd, #FD05DE);