#7900fd
a balanced, electric violet · warm · closest name: blue
RGB
121, 0, 253
HSL
269°, 100%, 50%
CMYK
52, 100, 0, 1
Luminance
0.1116
Every format
| HEX | #7900fd |
| RGB | rgb(121, 0, 253) |
| HSL | hsl(269, 100%, 50%) |
| CMYK | cmyk(52%, 100%, 0%, 1%) |
| LAB | lab(39.8 82.3 -94.0) |
| LCH | lch(39.8 124.9 311.2) |
| OKLCH | oklch(0.521 0.291 292.0) |
Copy-ready code
/* CSS */
color: #7900fd;
background-color: #7900fd;
/* Tailwind (arbitrary) */
class="text-[#7900fd] bg-[#7900fd]"
/* SCSS */
$brand: #7900fd;
/* SwiftUI */
Color(red: 0.475, green: 0.000, blue: 0.992)
/* Android */
Color.parseColor("#7900fd")Accessibility — WCAG contrast
Aa
#7900fd on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7900fd on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green0.0%
Blue99.2%
CMYK percentages
Cyan52.2%
Magenta100.0%
Yellow0.0%
Key (black)0.8%
Color previews
#7900fd text on a black background
contrast 3.23:1
Card sample
#7900fd text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7900fd;
Background color
Panel with #7900fd background
background-color: #7900fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7900fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 0, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 0, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7900fd; background: linear-gradient(135deg, #7900fd, #FD00D8);