#7216cf
a dark, electric violet · warm · closest name: indigo
RGB
114, 22, 207
HSL
270°, 81%, 45%
CMYK
45, 89, 0, 19
Luminance
0.0866
Every format
| HEX | #7216cf |
| RGB | rgb(114, 22, 207) |
| HSL | hsl(270, 81%, 45%) |
| CMYK | cmyk(45%, 89%, 0%, 19%) |
| LAB | lab(35.3 68.5 -75.2) |
| LCH | lch(35.3 101.8 312.3) |
| OKLCH | oklch(0.475 0.244 297.7) |
Copy-ready code
/* CSS */
color: #7216cf;
background-color: #7216cf;
/* Tailwind (arbitrary) */
class="text-[#7216cf] bg-[#7216cf]"
/* SCSS */
$brand: #7216cf;
/* SwiftUI */
Color(red: 0.447, green: 0.086, blue: 0.812)
/* Android */
Color.parseColor("#7216cf")Accessibility — WCAG contrast
Aa
#7216cf on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7216cf on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green8.6%
Blue81.2%
CMYK percentages
Cyan44.9%
Magenta89.4%
Yellow0.0%
Key (black)18.8%
Color previews
#7216cf text on a black background
contrast 2.73:1
Card sample
#7216cf text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7216cf;
Background color
Panel with #7216cf background
background-color: #7216cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7216cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 22, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 22, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7216cf; background: linear-gradient(135deg, #7216cf, #CF16B1);