#7b2fdf
a balanced, vivid violet · warm · closest name: indigo
RGB
123, 47, 223
HSL
266°, 73%, 53%
CMYK
45, 79, 0, 13
Luminance
0.1157
Every format
| HEX | #7b2fdf |
| RGB | rgb(123, 47, 223) |
| HSL | hsl(266, 73%, 53%) |
| CMYK | cmyk(45%, 79%, 0%, 13%) |
| LAB | lab(40.5 65.7 -75.8) |
| LCH | lch(40.5 100.3 310.9) |
| OKLCH | oklch(0.517 0.242 296.2) |
Copy-ready code
/* CSS */
color: #7b2fdf;
background-color: #7b2fdf;
/* Tailwind (arbitrary) */
class="text-[#7b2fdf] bg-[#7b2fdf]"
/* SCSS */
$brand: #7b2fdf;
/* SwiftUI */
Color(red: 0.482, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#7b2fdf")Accessibility — WCAG contrast
Aa
#7b2fdf on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b2fdf on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green18.4%
Blue87.5%
CMYK percentages
Cyan44.8%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#7b2fdf text on a black background
contrast 3.31:1
Card sample
#7b2fdf text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b2fdf;
Background color
Panel with #7b2fdf background
background-color: #7b2fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b2fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b2fdf; background: linear-gradient(135deg, #7b2fdf, #DF2FCE);