#7b2cdf
a balanced, vivid violet · warm · closest name: indigo
RGB
123, 44, 223
HSL
267°, 74%, 52%
CMYK
45, 80, 0, 13
Luminance
0.1134
Every format
| HEX | #7b2cdf |
| RGB | rgb(123, 44, 223) |
| HSL | hsl(267, 74%, 52%) |
| CMYK | cmyk(45%, 80%, 0%, 13%) |
| LAB | lab(40.1 66.8 -76.5) |
| LCH | lch(40.1 101.5 311.1) |
| OKLCH | oklch(0.515 0.245 296.4) |
Copy-ready code
/* CSS */
color: #7b2cdf;
background-color: #7b2cdf;
/* Tailwind (arbitrary) */
class="text-[#7b2cdf] bg-[#7b2cdf]"
/* SCSS */
$brand: #7b2cdf;
/* SwiftUI */
Color(red: 0.482, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#7b2cdf")Accessibility — WCAG contrast
Aa
#7b2cdf on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7b2cdf on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green17.3%
Blue87.5%
CMYK percentages
Cyan44.8%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#7b2cdf text on a black background
contrast 3.27:1
Card sample
#7b2cdf text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b2cdf;
Background color
Panel with #7b2cdf background
background-color: #7b2cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b2cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b2cdf; background: linear-gradient(135deg, #7b2cdf, #DF2CCC);