#656cf6
a light, electric blue · warm · closest name: royalblue
RGB
101, 108, 246
HSL
237°, 89%, 68%
CMYK
59, 56, 0, 4
Luminance
0.2015
Every format
| HEX | #656cf6 |
| RGB | rgb(101, 108, 246) |
| HSL | hsl(237, 89%, 68%) |
| CMYK | cmyk(59%, 56%, 0%, 4%) |
| LAB | lab(52.0 37.0 -70.2) |
| LCH | lch(52.0 79.4 297.8) |
| OKLCH | oklch(0.601 0.203 276.2) |
Copy-ready code
/* CSS */
color: #656cf6;
background-color: #656cf6;
/* Tailwind (arbitrary) */
class="text-[#656cf6] bg-[#656cf6]"
/* SCSS */
$brand: #656cf6;
/* SwiftUI */
Color(red: 0.396, green: 0.424, blue: 0.965)
/* Android */
Color.parseColor("#656cf6")Accessibility — WCAG contrast
Aa
#656cf6 on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#656cf6 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green42.4%
Blue96.5%
CMYK percentages
Cyan58.9%
Magenta56.1%
Yellow0.0%
Key (black)3.5%
Color previews
#656cf6 text on a black background
contrast 5.03:1
Card sample
#656cf6 text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656cf6;
Background color
Panel with #656cf6 background
background-color: #656cf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656cf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 108, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 108, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656cf6; background: linear-gradient(135deg, #656cf6, #BF65F6);