#640bfd
a balanced, electric violet · warm · closest name: blue
RGB
100, 11, 253
HSL
262°, 98%, 52%
CMYK
61, 96, 0, 1
Luminance
0.1004
Every format
| HEX | #640bfd |
| RGB | rgb(100, 11, 253) |
| HSL | hsl(262, 98%, 52%) |
| CMYK | cmyk(61%, 96%, 0%, 1%) |
| LAB | lab(37.9 79.7 -97.2) |
| LCH | lch(37.9 125.7 309.3) |
| OKLCH | oklch(0.503 0.290 284.8) |
Copy-ready code
/* CSS */
color: #640bfd;
background-color: #640bfd;
/* Tailwind (arbitrary) */
class="text-[#640bfd] bg-[#640bfd]"
/* SCSS */
$brand: #640bfd;
/* SwiftUI */
Color(red: 0.392, green: 0.043, blue: 0.992)
/* Android */
Color.parseColor("#640bfd")Accessibility — WCAG contrast
Aa
#640bfd on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#640bfd on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green4.3%
Blue99.2%
CMYK percentages
Cyan60.5%
Magenta95.7%
Yellow0.0%
Key (black)0.8%
Color previews
#640bfd text on a black background
contrast 3.01:1
Card sample
#640bfd text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #640bfd;
Background color
Panel with #640bfd background
background-color: #640bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #640bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 11, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 11, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #640bfd; background: linear-gradient(135deg, #640bfd, #FD0BF5);