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