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