#6629eb
a balanced, electric violet · warm · closest name: blue
RGB
102, 41, 235
HSL
259°, 83%, 54%
CMYK
57, 83, 0, 8
Luminance
0.1041
Every format
| HEX | #6629eb |
| RGB | rgb(102, 41, 235) |
| HSL | hsl(259, 83%, 54%) |
| CMYK | cmyk(57%, 83%, 0%, 8%) |
| LAB | lab(38.6 68.3 -86.0) |
| LCH | lch(38.6 109.8 308.5) |
| OKLCH | oklch(0.502 0.259 286.9) |
Copy-ready code
/* CSS */
color: #6629eb;
background-color: #6629eb;
/* Tailwind (arbitrary) */
class="text-[#6629eb] bg-[#6629eb]"
/* SCSS */
$brand: #6629eb;
/* SwiftUI */
Color(red: 0.400, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#6629eb")Accessibility — WCAG contrast
Aa
#6629eb on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6629eb on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green16.1%
Blue92.2%
CMYK percentages
Cyan56.6%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#6629eb text on a black background
contrast 3.08:1
Card sample
#6629eb text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6629eb;
Background color
Panel with #6629eb background
background-color: #6629eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6629eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6629eb; background: linear-gradient(135deg, #6629eb, #E729EB);