#656eee
a light, electric blue · warm · closest name: royalblue
RGB
101, 110, 238
HSL
236°, 80%, 67%
CMYK
58, 54, 0, 7
Luminance
0.2009
Every format
| HEX | #656eee |
| RGB | rgb(101, 110, 238) |
| HSL | hsl(236, 80%, 67%) |
| CMYK | cmyk(58%, 54%, 0%, 7%) |
| LAB | lab(51.9 33.3 -65.8) |
| LCH | lch(51.9 73.8 296.8) |
| OKLCH | oklch(0.599 0.190 276.0) |
Copy-ready code
/* CSS */
color: #656eee;
background-color: #656eee;
/* Tailwind (arbitrary) */
class="text-[#656eee] bg-[#656eee]"
/* SCSS */
$brand: #656eee;
/* SwiftUI */
Color(red: 0.396, green: 0.431, blue: 0.933)
/* Android */
Color.parseColor("#656eee")Accessibility — WCAG contrast
Aa
#656eee on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#656eee on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green43.1%
Blue93.3%
CMYK percentages
Cyan57.6%
Magenta53.8%
Yellow0.0%
Key (black)6.7%
Color previews
#656eee text on a black background
contrast 5.02:1
Card sample
#656eee text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656eee;
Background color
Panel with #656eee background
background-color: #656eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 110, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 110, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656eee; background: linear-gradient(135deg, #656eee, #B765EE);