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