#643cfd
a balanced, electric blue · warm · closest name: blue
RGB
100, 60, 253
HSL
252°, 98%, 61%
CMYK
61, 76, 0, 1
Luminance
0.1303
Every format
| HEX | #643cfd |
| RGB | rgb(100, 60, 253) |
| HSL | hsl(252, 98%, 61%) |
| CMYK | cmyk(61%, 76%, 0%, 1%) |
| LAB | lab(42.8 65.1 -89.1) |
| LCH | lch(42.8 110.4 306.2) |
| OKLCH | oklch(0.536 0.263 282.4) |
Copy-ready code
/* CSS */
color: #643cfd;
background-color: #643cfd;
/* Tailwind (arbitrary) */
class="text-[#643cfd] bg-[#643cfd]"
/* SCSS */
$brand: #643cfd;
/* SwiftUI */
Color(red: 0.392, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#643cfd")Accessibility — WCAG contrast
Aa
#643cfd on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#643cfd on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green23.5%
Blue99.2%
CMYK percentages
Cyan60.5%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#643cfd text on a black background
contrast 3.61:1
Card sample
#643cfd text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #643cfd;
Background color
Panel with #643cfd background
background-color: #643cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #643cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #643cfd; background: linear-gradient(135deg, #643cfd, #E53CFD);