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