#7906df
a dark, electric violet · warm · closest name: blue
RGB
121, 6, 223
HSL
272°, 95%, 45%
CMYK
46, 97, 0, 13
Luminance
0.0952
Every format
| HEX | #7906df |
| RGB | rgb(121, 6, 223) |
| HSL | hsl(272, 95%, 45%) |
| CMYK | cmyk(46%, 97%, 0%, 13%) |
| LAB | lab(37.0 75.2 -81.7) |
| LCH | lch(37.0 111.1 312.6) |
| OKLCH | oklch(0.492 0.264 297.4) |
Copy-ready code
/* CSS */
color: #7906df;
background-color: #7906df;
/* Tailwind (arbitrary) */
class="text-[#7906df] bg-[#7906df]"
/* SCSS */
$brand: #7906df;
/* SwiftUI */
Color(red: 0.475, green: 0.024, blue: 0.875)
/* Android */
Color.parseColor("#7906df")Accessibility — WCAG contrast
Aa
#7906df on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7906df on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.5%
Green2.4%
Blue87.5%
CMYK percentages
Cyan45.7%
Magenta97.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7906df text on a black background
contrast 2.90:1
Card sample
#7906df text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7906df;
Background color
Panel with #7906df background
background-color: #7906df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7906df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(121, 6, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(121, 6, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7906df; background: linear-gradient(135deg, #7906df, #DF06B4);