#656df0
a light, electric blue · warm · closest name: royalblue
RGB
101, 109, 240
HSL
237°, 82%, 67%
CMYK
58, 55, 0, 6
Luminance
0.2000
Every format
| HEX | #656df0 |
| RGB | rgb(101, 109, 240) |
| HSL | hsl(237, 82%, 67%) |
| CMYK | cmyk(58%, 55%, 0%, 6%) |
| LAB | lab(51.8 34.5 -67.1) |
| LCH | lch(51.8 75.5 297.2) |
| OKLCH | oklch(0.598 0.194 276.2) |
Copy-ready code
/* CSS */
color: #656df0;
background-color: #656df0;
/* Tailwind (arbitrary) */
class="text-[#656df0] bg-[#656df0]"
/* SCSS */
$brand: #656df0;
/* SwiftUI */
Color(red: 0.396, green: 0.427, blue: 0.941)
/* Android */
Color.parseColor("#656df0")Accessibility — WCAG contrast
Aa
#656df0 on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#656df0 on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green42.7%
Blue94.1%
CMYK percentages
Cyan57.9%
Magenta54.6%
Yellow0.0%
Key (black)5.9%
Color previews
#656df0 text on a black background
contrast 5.00:1
Card sample
#656df0 text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656df0;
Background color
Panel with #656df0 background
background-color: #656df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 109, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 109, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656df0; background: linear-gradient(135deg, #656df0, #BA65F0);