#7218be
a dark, electric violet · warm · closest name: indigo
RGB
114, 24, 190
HSL
273°, 78%, 42%
CMYK
40, 87, 0, 26
Luminance
0.0795
Every format
| HEX | #7218be |
| RGB | rgb(114, 24, 190) |
| HSL | hsl(273, 78%, 42%) |
| CMYK | cmyk(40%, 87%, 0%, 26%) |
| LAB | lab(33.9 64.3 -67.7) |
| LCH | lch(33.9 93.3 313.5) |
| OKLCH | oklch(0.460 0.227 301.6) |
Copy-ready code
/* CSS */
color: #7218be;
background-color: #7218be;
/* Tailwind (arbitrary) */
class="text-[#7218be] bg-[#7218be]"
/* SCSS */
$brand: #7218be;
/* SwiftUI */
Color(red: 0.447, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#7218be")Accessibility — WCAG contrast
Aa
#7218be on white: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#7218be on black: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green9.4%
Blue74.5%
CMYK percentages
Cyan40.0%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#7218be text on a black background
contrast 2.59:1
Card sample
#7218be text on a white background
contrast 8.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7218be;
Background color
Panel with #7218be background
background-color: #7218be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7218be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7218be; background: linear-gradient(135deg, #7218be, #BE189C);