#7f0df1
a balanced, electric violet · warm · closest name: blue
RGB
127, 13, 241
HSL
270°, 90%, 50%
CMYK
47, 95, 0, 6
Luminance
0.1115
Every format
| HEX | #7f0df1 |
| RGB | rgb(127, 13, 241) |
| HSL | hsl(270, 90%, 50%) |
| CMYK | cmyk(47%, 95%, 0%, 6%) |
| LAB | lab(39.8 78.7 -87.2) |
| LCH | lch(39.8 117.5 312.1) |
| OKLCH | oklch(0.519 0.278 295.9) |
Copy-ready code
/* CSS */
color: #7f0df1;
background-color: #7f0df1;
/* Tailwind (arbitrary) */
class="text-[#7f0df1] bg-[#7f0df1]"
/* SCSS */
$brand: #7f0df1;
/* SwiftUI */
Color(red: 0.498, green: 0.051, blue: 0.945)
/* Android */
Color.parseColor("#7f0df1")Accessibility — WCAG contrast
Aa
#7f0df1 on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7f0df1 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green5.1%
Blue94.5%
CMYK percentages
Cyan47.3%
Magenta94.6%
Yellow0.0%
Key (black)5.5%
Color previews
#7f0df1 text on a black background
contrast 3.23:1
Card sample
#7f0df1 text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f0df1;
Background color
Panel with #7f0df1 background
background-color: #7f0df1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f0df1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 13, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 13, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f0df1; background: linear-gradient(135deg, #7f0df1, #F10DCB);