#6459f3
a light, electric blue · warm · closest name: slateblue
RGB
100, 89, 243
HSL
244°, 87%, 65%
CMYK
59, 63, 0, 5
Luminance
0.1633
Every format
| HEX | #6459f3 |
| RGB | rgb(100, 89, 243) |
| HSL | hsl(244, 87%, 65%) |
| CMYK | cmyk(59%, 63%, 0%, 5%) |
| LAB | lab(47.4 47.1 -76.0) |
| LCH | lch(47.4 89.4 301.8) |
| OKLCH | oklch(0.566 0.222 279.8) |
Copy-ready code
/* CSS */
color: #6459f3;
background-color: #6459f3;
/* Tailwind (arbitrary) */
class="text-[#6459f3] bg-[#6459f3]"
/* SCSS */
$brand: #6459f3;
/* SwiftUI */
Color(red: 0.392, green: 0.349, blue: 0.953)
/* Android */
Color.parseColor("#6459f3")Accessibility — WCAG contrast
Aa
#6459f3 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6459f3 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green34.9%
Blue95.3%
CMYK percentages
Cyan58.8%
Magenta63.4%
Yellow0.0%
Key (black)4.7%
Color previews
#6459f3 text on a black background
contrast 4.27:1
Card sample
#6459f3 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6459f3;
Background color
Panel with #6459f3 background
background-color: #6459f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6459f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 89, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 89, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6459f3; background: linear-gradient(135deg, #6459f3, #CB59F3);