#7b0fc7
a dark, electric violet · warm · closest name: indigo
RGB
123, 15, 199
HSL
275°, 86%, 42%
CMYK
38, 93, 0, 22
Luminance
0.0868
Every format
| HEX | #7b0fc7 |
| RGB | rgb(123, 15, 199) |
| HSL | hsl(275, 86%, 42%) |
| CMYK | cmyk(38%, 93%, 0%, 22%) |
| LAB | lab(35.4 69.2 -70.5) |
| LCH | lch(35.4 98.7 314.5) |
| OKLCH | oklch(0.475 0.241 303.4) |
Copy-ready code
/* CSS */
color: #7b0fc7;
background-color: #7b0fc7;
/* Tailwind (arbitrary) */
class="text-[#7b0fc7] bg-[#7b0fc7]"
/* SCSS */
$brand: #7b0fc7;
/* SwiftUI */
Color(red: 0.482, green: 0.059, blue: 0.780)
/* Android */
Color.parseColor("#7b0fc7")Accessibility — WCAG contrast
Aa
#7b0fc7 on white: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b0fc7 on black: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green5.9%
Blue78.0%
CMYK percentages
Cyan38.2%
Magenta92.5%
Yellow0.0%
Key (black)22.0%
Color previews
#7b0fc7 text on a black background
contrast 2.74:1
Card sample
#7b0fc7 text on a white background
contrast 7.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b0fc7;
Background color
Panel with #7b0fc7 background
background-color: #7b0fc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b0fc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 15, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 15, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b0fc7; background: linear-gradient(135deg, #7b0fc7, #C70F99);