#7d2dfe
a balanced, electric violet · warm · closest name: blue
RGB
125, 45, 254
HSL
263°, 99%, 59%
CMYK
51, 82, 0, 0
Luminance
0.1339
Every format
| HEX | #7d2dfe |
| RGB | rgb(125, 45, 254) |
| HSL | hsl(263, 99%, 59%) |
| CMYK | cmyk(51%, 82%, 0%, 0%) |
| LAB | lab(43.4 74.0 -88.7) |
| LCH | lch(43.4 115.5 309.8) |
| OKLCH | oklch(0.546 0.274 291.6) |
Copy-ready code
/* CSS */
color: #7d2dfe;
background-color: #7d2dfe;
/* Tailwind (arbitrary) */
class="text-[#7d2dfe] bg-[#7d2dfe]"
/* SCSS */
$brand: #7d2dfe;
/* SwiftUI */
Color(red: 0.490, green: 0.176, blue: 0.996)
/* Android */
Color.parseColor("#7d2dfe")Accessibility — WCAG contrast
Aa
#7d2dfe on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7d2dfe on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green17.6%
Blue99.6%
CMYK percentages
Cyan50.8%
Magenta82.3%
Yellow0.0%
Key (black)0.4%
Color previews
#7d2dfe text on a black background
contrast 3.68:1
Card sample
#7d2dfe text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7d2dfe;
Background color
Panel with #7d2dfe background
background-color: #7d2dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7d2dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 45, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 45, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7d2dfe; background: linear-gradient(135deg, #7d2dfe, #FE2DF4);