#6466ff
a light, electric blue · warm · closest name: royalblue
RGB
100, 102, 255
HSL
239°, 100%, 70%
CMYK
61, 60, 0, 0
Luminance
0.1943
Every format
| HEX | #6466ff |
| RGB | rgb(100, 102, 255) |
| HSL | hsl(239, 100%, 70%) |
| CMYK | cmyk(61%, 60%, 0%, 0%) |
| LAB | lab(51.2 43.3 -76.5) |
| LCH | lch(51.2 87.9 299.5) |
| OKLCH | oklch(0.597 0.222 276.8) |
Copy-ready code
/* CSS */
color: #6466ff;
background-color: #6466ff;
/* Tailwind (arbitrary) */
class="text-[#6466ff] bg-[#6466ff]"
/* SCSS */
$brand: #6466ff;
/* SwiftUI */
Color(red: 0.392, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#6466ff")Accessibility — WCAG contrast
Aa
#6466ff on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6466ff on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green40.0%
Blue100.0%
CMYK percentages
Cyan60.8%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#6466ff text on a black background
contrast 4.89:1
Card sample
#6466ff text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6466ff;
Background color
Panel with #6466ff background
background-color: #6466ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6466ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6466ff; background: linear-gradient(135deg, #6466ff, #C964FF);