#7b0fcf
a dark, electric violet · warm · closest name: indigo
RGB
123, 15, 207
HSL
274°, 87%, 44%
CMYK
41, 93, 0, 19
Luminance
0.0906
Every format
| HEX | #7b0fcf |
| RGB | rgb(123, 15, 207) |
| HSL | hsl(274, 87%, 44%) |
| CMYK | cmyk(41%, 93%, 0%, 19%) |
| LAB | lab(36.1 70.8 -73.9) |
| LCH | lch(36.1 102.4 313.8) |
| OKLCH | oklch(0.482 0.248 301.4) |
Copy-ready code
/* CSS */
color: #7b0fcf;
background-color: #7b0fcf;
/* Tailwind (arbitrary) */
class="text-[#7b0fcf] bg-[#7b0fcf]"
/* SCSS */
$brand: #7b0fcf;
/* SwiftUI */
Color(red: 0.482, green: 0.059, blue: 0.812)
/* Android */
Color.parseColor("#7b0fcf")Accessibility — WCAG contrast
Aa
#7b0fcf on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b0fcf on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green5.9%
Blue81.2%
CMYK percentages
Cyan40.6%
Magenta92.8%
Yellow0.0%
Key (black)18.8%
Color previews
#7b0fcf text on a black background
contrast 2.81:1
Card sample
#7b0fcf text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b0fcf;
Background color
Panel with #7b0fcf background
background-color: #7b0fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b0fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 15, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 15, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b0fcf; background: linear-gradient(135deg, #7b0fcf, #CF0FA3);