#648ade
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
100, 138, 222
HSL
221°, 65%, 63%
CMYK
55, 38, 0, 13
Luminance
0.2616
Every format
| HEX | #648ade |
| RGB | rgb(100, 138, 222) |
| HSL | hsl(221, 65%, 63%) |
| CMYK | cmyk(55%, 38%, 0%, 13%) |
| LAB | lab(58.2 11.0 -46.9) |
| LCH | lch(58.2 48.2 283.2) |
| OKLCH | oklch(0.643 0.133 264.5) |
Copy-ready code
/* CSS */
color: #648ade;
background-color: #648ade;
/* Tailwind (arbitrary) */
class="text-[#648ade] bg-[#648ade]"
/* SCSS */
$brand: #648ade;
/* SwiftUI */
Color(red: 0.392, green: 0.541, blue: 0.871)
/* Android */
Color.parseColor("#648ade")Accessibility — WCAG contrast
Aa
#648ade on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#648ade on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green54.1%
Blue87.1%
CMYK percentages
Cyan55.0%
Magenta37.8%
Yellow0.0%
Key (black)12.9%
Color previews
#648ade text on a black background
contrast 6.23:1
Card sample
#648ade text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #648ade;
Background color
Panel with #648ade background
background-color: #648ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #648ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 138, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 138, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #648ade; background: linear-gradient(135deg, #648ade, #8F64DE);