#6218be
a dark, electric violet · warm · closest name: indigo
RGB
98, 24, 190
HSL
267°, 78%, 42%
CMYK
48, 87, 0, 26
Luminance
0.0697
Every format
| HEX | #6218be |
| RGB | rgb(98, 24, 190) |
| HSL | hsl(267, 78%, 42%) |
| CMYK | cmyk(48%, 87%, 0%, 26%) |
| LAB | lab(31.7 62.4 -71.3) |
| LCH | lch(31.7 94.7 311.2) |
| OKLCH | oklch(0.441 0.225 294.8) |
Copy-ready code
/* CSS */
color: #6218be;
background-color: #6218be;
/* Tailwind (arbitrary) */
class="text-[#6218be] bg-[#6218be]"
/* SCSS */
$brand: #6218be;
/* SwiftUI */
Color(red: 0.384, green: 0.094, blue: 0.745)
/* Android */
Color.parseColor("#6218be")Accessibility — WCAG contrast
Aa
#6218be on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6218be on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green9.4%
Blue74.5%
CMYK percentages
Cyan48.4%
Magenta87.4%
Yellow0.0%
Key (black)25.5%
Color previews
#6218be text on a black background
contrast 2.39:1
Card sample
#6218be text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6218be;
Background color
Panel with #6218be background
background-color: #6218be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6218be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 24, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 24, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6218be; background: linear-gradient(135deg, #6218be, #BE18AC);