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