#7912df
a balanced, electric violet · warm · closest name: blue
RGB
121, 18, 223
HSL
270°, 85%, 47%
CMYK
46, 92, 0, 13
Luminance
0.0983
Every format
| HEX | #7912df |
| RGB | rgb(121, 18, 223) |
| HSL | hsl(270, 85%, 47%) |
| CMYK | cmyk(46%, 92%, 0%, 13%) |
| LAB | lab(37.5 73.5 -80.8) |
| LCH | lch(37.5 109.3 312.3) |
| OKLCH | oklch(0.496 0.260 297.1) |
Copy-ready code
/* CSS */
color: #7912df;
background-color: #7912df;
/* Tailwind (arbitrary) */
class="text-[#7912df] bg-[#7912df]"
/* SCSS */
$brand: #7912df;
/* SwiftUI */
Color(red: 0.475, green: 0.071, blue: 0.875)
/* Android */
Color.parseColor("#7912df")Accessibility — WCAG contrast
Aa
#7912df on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7912df on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green7.1%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta91.9%
Yellow0.0%
Key (black)12.5%
Color previews
#7912df text on a black background
contrast 2.97:1
Card sample
#7912df text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7912df;
Background color
Panel with #7912df background
background-color: #7912df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7912df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 18, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 18, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7912df; background: linear-gradient(135deg, #7912df, #DF12BD);