#648cff
a light, electric blue · cool · closest name: dodgerblue
RGB
100, 140, 255
HSL
225°, 100%, 70%
CMYK
61, 45, 0, 0
Luminance
0.2869
Every format
| HEX | #648cff |
| RGB | rgb(100, 140, 255) |
| HSL | hsl(225, 100%, 70%) |
| CMYK | cmyk(61%, 45%, 0%, 0%) |
| LAB | lab(60.5 20.5 -61.5) |
| LCH | lch(60.5 64.8 288.5) |
| OKLCH | oklch(0.667 0.176 267.1) |
Copy-ready code
/* CSS */
color: #648cff;
background-color: #648cff;
/* Tailwind (arbitrary) */
class="text-[#648cff] bg-[#648cff]"
/* SCSS */
$brand: #648cff;
/* SwiftUI */
Color(red: 0.392, green: 0.549, blue: 1.000)
/* Android */
Color.parseColor("#648cff")Accessibility — WCAG contrast
Aa
#648cff on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#648cff on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green54.9%
Blue100.0%
CMYK percentages
Cyan60.8%
Magenta45.1%
Yellow0.0%
Key (black)0.0%
Color previews
#648cff text on a black background
contrast 6.74:1
Card sample
#648cff text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #648cff;
Background color
Panel with #648cff background
background-color: #648cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #648cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 140, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 140, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #648cff; background: linear-gradient(135deg, #648cff, #A364FF);