#6802df
a dark, electric violet · warm · closest name: blue
RGB
104, 2, 223
HSL
268°, 98%, 44%
CMYK
53, 99, 0, 13
Luminance
0.0831
Every format
| HEX | #6802df |
| RGB | rgb(104, 2, 223) |
| HSL | hsl(268, 98%, 44%) |
| CMYK | cmyk(53%, 99%, 0%, 13%) |
| LAB | lab(34.6 74.4 -85.7) |
| LCH | lch(34.6 113.4 311.0) |
| OKLCH | oklch(0.472 0.264 291.2) |
Copy-ready code
/* CSS */
color: #6802df;
background-color: #6802df;
/* Tailwind (arbitrary) */
class="text-[#6802df] bg-[#6802df]"
/* SCSS */
$brand: #6802df;
/* SwiftUI */
Color(red: 0.408, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#6802df")Accessibility — WCAG contrast
Aa
#6802df on white: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6802df on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green0.8%
Blue87.5%
CMYK percentages
Cyan53.4%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#6802df text on a black background
contrast 2.66:1
Card sample
#6802df text on a white background
contrast 7.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6802df;
Background color
Panel with #6802df background
background-color: #6802df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6802df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6802df; background: linear-gradient(135deg, #6802df, #DF02C3);