#656cfd
a light, electric blue · warm · closest name: royalblue
RGB
101, 108, 253
HSL
237°, 97%, 69%
CMYK
60, 57, 0, 1
Luminance
0.2058
Every format
| HEX | #656cfd |
| RGB | rgb(101, 108, 253) |
| HSL | hsl(237, 97%, 69%) |
| CMYK | cmyk(60%, 57%, 0%, 1%) |
| LAB | lab(52.5 39.3 -73.3) |
| LCH | lch(52.5 83.1 298.2) |
| OKLCH | oklch(0.606 0.212 276.0) |
Copy-ready code
/* CSS */
color: #656cfd;
background-color: #656cfd;
/* Tailwind (arbitrary) */
class="text-[#656cfd] bg-[#656cfd]"
/* SCSS */
$brand: #656cfd;
/* SwiftUI */
Color(red: 0.396, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#656cfd")Accessibility — WCAG contrast
Aa
#656cfd on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#656cfd on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green42.4%
Blue99.2%
CMYK percentages
Cyan60.1%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#656cfd text on a black background
contrast 5.12:1
Card sample
#656cfd text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656cfd;
Background color
Panel with #656cfd background
background-color: #656cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656cfd; background: linear-gradient(135deg, #656cfd, #C365FD);