#649eee
a light, electric blue · cool · closest name: dodgerblue
RGB
100, 158, 238
HSL
215°, 80%, 66%
CMYK
58, 34, 0, 7
Luminance
0.3334
Every format
| HEX | #649eee |
| RGB | rgb(100, 158, 238) |
| HSL | hsl(215, 80%, 66%) |
| CMYK | cmyk(58%, 34%, 0%, 7%) |
| LAB | lab(64.4 4.4 -45.9) |
| LCH | lch(64.4 46.1 275.5) |
| OKLCH | oklch(0.694 0.133 256.7) |
Copy-ready code
/* CSS */
color: #649eee;
background-color: #649eee;
/* Tailwind (arbitrary) */
class="text-[#649eee] bg-[#649eee]"
/* SCSS */
$brand: #649eee;
/* SwiftUI */
Color(red: 0.392, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#649eee")Accessibility — WCAG contrast
Aa
#649eee on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#649eee on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green62.0%
Blue93.3%
CMYK percentages
Cyan58.0%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#649eee text on a black background
contrast 7.67:1
Card sample
#649eee text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #649eee;
Background color
Panel with #649eee background
background-color: #649eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #649eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #649eee; background: linear-gradient(135deg, #649eee, #8664EE);