#7d3cef
a balanced, electric violet · warm · closest name: blue
RGB
125, 60, 239
HSL
262°, 85%, 59%
CMYK
48, 75, 0, 6
Luminance
0.1382
Every format
| HEX | #7d3cef |
| RGB | rgb(125, 60, 239) |
| HSL | hsl(262, 85%, 59%) |
| CMYK | cmyk(48%, 75%, 0%, 6%) |
| LAB | lab(44.0 64.6 -79.3) |
| LCH | lch(44.0 102.2 309.2) |
| OKLCH | oklch(0.546 0.247 292.8) |
Copy-ready code
/* CSS */
color: #7d3cef;
background-color: #7d3cef;
/* Tailwind (arbitrary) */
class="text-[#7d3cef] bg-[#7d3cef]"
/* SCSS */
$brand: #7d3cef;
/* SwiftUI */
Color(red: 0.490, green: 0.235, blue: 0.937)
/* Android */
Color.parseColor("#7d3cef")Accessibility — WCAG contrast
Aa
#7d3cef on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7d3cef on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green23.5%
Blue93.7%
CMYK percentages
Cyan47.7%
Magenta74.9%
Yellow0.0%
Key (black)6.3%
Color previews
#7d3cef text on a black background
contrast 3.76:1
Card sample
#7d3cef text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7d3cef;
Background color
Panel with #7d3cef background
background-color: #7d3cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7d3cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 60, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 60, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7d3cef; background: linear-gradient(135deg, #7d3cef, #EF3CEA);