#6364fd
a light, electric blue · warm · closest name: slateblue
RGB
99, 100, 253
HSL
240°, 98%, 69%
CMYK
61, 61, 0, 1
Luminance
0.1886
Every format
| HEX | #6364fd |
| RGB | rgb(99, 100, 253) |
| HSL | hsl(240, 98%, 69%) |
| CMYK | cmyk(61%, 61%, 0%, 1%) |
| LAB | lab(50.5 43.7 -76.5) |
| LCH | lch(50.5 88.1 299.7) |
| OKLCH | oklch(0.591 0.222 276.9) |
Copy-ready code
/* CSS */
color: #6364fd;
background-color: #6364fd;
/* Tailwind (arbitrary) */
class="text-[#6364fd] bg-[#6364fd]"
/* SCSS */
$brand: #6364fd;
/* SwiftUI */
Color(red: 0.388, green: 0.392, blue: 0.992)
/* Android */
Color.parseColor("#6364fd")Accessibility — WCAG contrast
Aa
#6364fd on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6364fd on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green39.2%
Blue99.2%
CMYK percentages
Cyan60.9%
Magenta60.5%
Yellow0.0%
Key (black)0.8%
Color previews
#6364fd text on a black background
contrast 4.77:1
Card sample
#6364fd text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6364fd;
Background color
Panel with #6364fd background
background-color: #6364fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6364fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 100, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 100, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6364fd; background: linear-gradient(135deg, #6364fd, #C963FD);