#656aef
a light, electric blue · warm · closest name: royalblue
RGB
101, 106, 239
HSL
238°, 81%, 67%
CMYK
58, 56, 0, 6
Luminance
0.1931
Every format
| HEX | #656aef |
| RGB | rgb(101, 106, 239) |
| HSL | hsl(238, 81%, 67%) |
| CMYK | cmyk(58%, 56%, 0%, 6%) |
| LAB | lab(51.0 36.0 -67.8) |
| LCH | lch(51.0 76.8 298.0) |
| OKLCH | oklch(0.592 0.196 277.0) |
Copy-ready code
/* CSS */
color: #656aef;
background-color: #656aef;
/* Tailwind (arbitrary) */
class="text-[#656aef] bg-[#656aef]"
/* SCSS */
$brand: #656aef;
/* SwiftUI */
Color(red: 0.396, green: 0.416, blue: 0.937)
/* Android */
Color.parseColor("#656aef")Accessibility — WCAG contrast
Aa
#656aef on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#656aef on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green41.6%
Blue93.7%
CMYK percentages
Cyan57.7%
Magenta55.6%
Yellow0.0%
Key (black)6.3%
Color previews
#656aef text on a black background
contrast 4.86:1
Card sample
#656aef text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656aef;
Background color
Panel with #656aef background
background-color: #656aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 106, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 106, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656aef; background: linear-gradient(135deg, #656aef, #BC65EF);