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