#7b0fac
a dark, electric violet · warm · closest name: indigo
RGB
123, 15, 172
HSL
281°, 84%, 37%
CMYK
29, 91, 0, 33
Luminance
0.0753
Every format
| HEX | #7b0fac |
| RGB | rgb(123, 15, 172) |
| HSL | hsl(281, 84%, 37%) |
| CMYK | cmyk(29%, 91%, 0%, 33%) |
| LAB | lab(33.0 63.7 -58.4) |
| LCH | lch(33.0 86.4 317.5) |
| OKLCH | oklch(0.452 0.218 310.6) |
Copy-ready code
/* CSS */
color: #7b0fac;
background-color: #7b0fac;
/* Tailwind (arbitrary) */
class="text-[#7b0fac] bg-[#7b0fac]"
/* SCSS */
$brand: #7b0fac;
/* SwiftUI */
Color(red: 0.482, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#7b0fac")Accessibility — WCAG contrast
Aa
#7b0fac on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7b0fac on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.2%
Green5.9%
Blue67.5%
CMYK percentages
Cyan28.5%
Magenta91.3%
Yellow0.0%
Key (black)32.5%
Color previews
#7b0fac text on a black background
contrast 2.51:1
Card sample
#7b0fac text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7b0fac;
Background color
Panel with #7b0fac background
background-color: #7b0fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7b0fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(123, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(123, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7b0fac; background: linear-gradient(135deg, #7b0fac, #AC0F74);