#7809fd
a balanced, electric violet · warm · closest name: blue
RGB
120, 9, 253
HSL
267°, 98%, 51%
CMYK
53, 96, 0, 1
Luminance
0.1128
Every format
| HEX | #7809fd |
| RGB | rgb(120, 9, 253) |
| HSL | hsl(267, 98%, 51%) |
| CMYK | cmyk(53%, 96%, 0%, 1%) |
| LAB | lab(40.0 81.2 -93.6) |
| LCH | lch(40.0 123.9 310.9) |
| OKLCH | oklch(0.522 0.289 291.5) |
Copy-ready code
/* CSS */
color: #7809fd;
background-color: #7809fd;
/* Tailwind (arbitrary) */
class="text-[#7809fd] bg-[#7809fd]"
/* SCSS */
$brand: #7809fd;
/* SwiftUI */
Color(red: 0.471, green: 0.035, blue: 0.992)
/* Android */
Color.parseColor("#7809fd")Accessibility — WCAG contrast
Aa
#7809fd on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7809fd on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.1%
Green3.5%
Blue99.2%
CMYK percentages
Cyan52.6%
Magenta96.4%
Yellow0.0%
Key (black)0.8%
Color previews
#7809fd text on a black background
contrast 3.26:1
Card sample
#7809fd text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7809fd;
Background color
Panel with #7809fd background
background-color: #7809fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7809fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(120, 9, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(120, 9, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7809fd; background: linear-gradient(135deg, #7809fd, #FD09DF);