#6470df
a balanced, vivid blue · warm · closest name: royalblue
RGB
100, 112, 223
HSL
234°, 66%, 63%
CMYK
55, 50, 0, 13
Luminance
0.1963
Every format
| HEX | #6470df |
| RGB | rgb(100, 112, 223) |
| HSL | hsl(234, 66%, 63%) |
| CMYK | cmyk(55%, 50%, 0%, 13%) |
| LAB | lab(51.4 27.1 -58.3) |
| LCH | lch(51.4 64.2 294.9) |
| OKLCH | oklch(0.592 0.167 275.4) |
Copy-ready code
/* CSS */
color: #6470df;
background-color: #6470df;
/* Tailwind (arbitrary) */
class="text-[#6470df] bg-[#6470df]"
/* SCSS */
$brand: #6470df;
/* SwiftUI */
Color(red: 0.392, green: 0.439, blue: 0.875)
/* Android */
Color.parseColor("#6470df")Accessibility — WCAG contrast
Aa
#6470df on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#6470df on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green43.9%
Blue87.5%
CMYK percentages
Cyan55.2%
Magenta49.8%
Yellow0.0%
Key (black)12.5%
Color previews
#6470df text on a black background
contrast 4.93:1
Card sample
#6470df text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6470df;
Background color
Panel with #6470df background
background-color: #6470df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6470df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 112, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 112, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6470df; background: linear-gradient(135deg, #6470df, #AA64DF);