#4103c9
a dark, electric violet · warm · closest name: blue
RGB
65, 3, 201
HSL
259°, 97%, 40%
CMYK
68, 99, 0, 21
Luminance
0.0541
Every format
| HEX | #4103c9 |
| RGB | rgb(65, 3, 201) |
| HSL | hsl(259, 97%, 40%) |
| CMYK | cmyk(68%, 99%, 0%, 21%) |
| LAB | lab(27.9 66.9 -84.3) |
| LCH | lch(27.9 107.6 308.5) |
| OKLCH | oklch(0.410 0.246 279.8) |
Copy-ready code
/* CSS */
color: #4103c9;
background-color: #4103c9;
/* Tailwind (arbitrary) */
class="text-[#4103c9] bg-[#4103c9]"
/* SCSS */
$brand: #4103c9;
/* SwiftUI */
Color(red: 0.255, green: 0.012, blue: 0.788)
/* Android */
Color.parseColor("#4103c9")Accessibility — WCAG contrast
Aa
#4103c9 on white: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4103c9 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green1.2%
Blue78.8%
CMYK percentages
Cyan67.7%
Magenta98.5%
Yellow0.0%
Key (black)21.2%
Color previews
#4103c9 text on a black background
contrast 2.08:1
Card sample
#4103c9 text on a white background
contrast 10.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4103c9;
Background color
Panel with #4103c9 background
background-color: #4103c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4103c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 3, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 3, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4103c9; background: linear-gradient(135deg, #4103c9, #C503C9);