#656df2
a light, electric blue · warm · closest name: royalblue
RGB
101, 109, 242
HSL
237°, 84%, 67%
CMYK
58, 55, 0, 5
Luminance
0.2011
Every format
| HEX | #656df2 |
| RGB | rgb(101, 109, 242) |
| HSL | hsl(237, 84%, 67%) |
| CMYK | cmyk(58%, 55%, 0%, 5%) |
| LAB | lab(52.0 35.1 -68.0) |
| LCH | lch(52.0 76.6 297.3) |
| OKLCH | oklch(0.600 0.196 276.1) |
Copy-ready code
/* CSS */
color: #656df2;
background-color: #656df2;
/* Tailwind (arbitrary) */
class="text-[#656df2] bg-[#656df2]"
/* SCSS */
$brand: #656df2;
/* SwiftUI */
Color(red: 0.396, green: 0.427, blue: 0.949)
/* Android */
Color.parseColor("#656df2")Accessibility — WCAG contrast
Aa
#656df2 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#656df2 on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green42.7%
Blue94.9%
CMYK percentages
Cyan58.3%
Magenta55.0%
Yellow0.0%
Key (black)5.1%
Color previews
#656df2 text on a black background
contrast 5.02:1
Card sample
#656df2 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656df2;
Background color
Panel with #656df2 background
background-color: #656df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 109, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 109, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656df2; background: linear-gradient(135deg, #656df2, #BB65F2);