#641afd
a balanced, electric violet · warm · closest name: blue
RGB
100, 26, 253
HSL
260°, 98%, 55%
CMYK
61, 90, 0, 1
Luminance
0.1054
Every format
| HEX | #641afd |
| RGB | rgb(100, 26, 253) |
| HSL | hsl(260, 98%, 55%) |
| CMYK | cmyk(61%, 90%, 0%, 1%) |
| LAB | lab(38.8 77.0 -95.8) |
| LCH | lch(38.8 122.9 308.8) |
| OKLCH | oklch(0.508 0.285 284.4) |
Copy-ready code
/* CSS */
color: #641afd;
background-color: #641afd;
/* Tailwind (arbitrary) */
class="text-[#641afd] bg-[#641afd]"
/* SCSS */
$brand: #641afd;
/* SwiftUI */
Color(red: 0.392, green: 0.102, blue: 0.992)
/* Android */
Color.parseColor("#641afd")Accessibility — WCAG contrast
Aa
#641afd on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#641afd on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green10.2%
Blue99.2%
CMYK percentages
Cyan60.5%
Magenta89.7%
Yellow0.0%
Key (black)0.8%
Color previews
#641afd text on a black background
contrast 3.11:1
Card sample
#641afd text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #641afd;
Background color
Panel with #641afd background
background-color: #641afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #641afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 26, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 26, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #641afd; background: linear-gradient(135deg, #641afd, #FC1AFD);