#6700eb
a balanced, electric violet · warm · closest name: blue
RGB
103, 0, 235
HSL
266°, 100%, 46%
CMYK
56, 100, 0, 8
Luminance
0.0888
Every format
| HEX | #6700eb |
| RGB | rgb(103, 0, 235) |
| HSL | hsl(266, 100%, 46%) |
| CMYK | cmyk(56%, 100%, 0%, 8%) |
| LAB | lab(35.8 77.2 -90.7) |
| LCH | lch(35.8 119.1 310.4) |
| OKLCH | oklch(0.483 0.276 288.8) |
Copy-ready code
/* CSS */
color: #6700eb;
background-color: #6700eb;
/* Tailwind (arbitrary) */
class="text-[#6700eb] bg-[#6700eb]"
/* SCSS */
$brand: #6700eb;
/* SwiftUI */
Color(red: 0.404, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#6700eb")Accessibility — WCAG contrast
Aa
#6700eb on white: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6700eb on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green0.0%
Blue92.2%
CMYK percentages
Cyan56.2%
Magenta100.0%
Yellow0.0%
Key (black)7.8%
Color previews
#6700eb text on a black background
contrast 2.78:1
Card sample
#6700eb text on a white background
contrast 7.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6700eb;
Background color
Panel with #6700eb background
background-color: #6700eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6700eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6700eb; background: linear-gradient(135deg, #6700eb, #EB00D2);