#7d2cef
a balanced, electric violet · warm · closest name: blue
RGB
125, 44, 239
HSL
265°, 86%, 56%
CMYK
48, 82, 0, 6
Luminance
0.1239
Every format
| HEX | #7d2cef |
| RGB | rgb(125, 44, 239) |
| HSL | hsl(265, 86%, 56%) |
| CMYK | cmyk(48%, 82%, 0%, 6%) |
| LAB | lab(41.8 70.8 -82.8) |
| LCH | lch(41.8 108.9 310.5) |
| OKLCH | oklch(0.531 0.261 294.2) |
Copy-ready code
/* CSS */
color: #7d2cef;
background-color: #7d2cef;
/* Tailwind (arbitrary) */
class="text-[#7d2cef] bg-[#7d2cef]"
/* SCSS */
$brand: #7d2cef;
/* SwiftUI */
Color(red: 0.490, green: 0.173, blue: 0.937)
/* Android */
Color.parseColor("#7d2cef")Accessibility — WCAG contrast
Aa
#7d2cef on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7d2cef on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green17.3%
Blue93.7%
CMYK percentages
Cyan47.7%
Magenta81.6%
Yellow0.0%
Key (black)6.3%
Color previews
#7d2cef text on a black background
contrast 3.48:1
Card sample
#7d2cef text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7d2cef;
Background color
Panel with #7d2cef background
background-color: #7d2cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7d2cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 44, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 44, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7d2cef; background: linear-gradient(135deg, #7d2cef, #EF2CDF);