#656cff
a light, electric blue · warm · closest name: royalblue
RGB
101, 108, 255
HSL
237°, 100%, 70%
CMYK
60, 58, 0, 0
Luminance
0.2071
Every format
| HEX | #656cff |
| RGB | rgb(101, 108, 255) |
| HSL | hsl(237, 100%, 70%) |
| CMYK | cmyk(60%, 58%, 0%, 0%) |
| LAB | lab(52.6 39.9 -74.2) |
| LCH | lch(52.6 84.2 298.3) |
| OKLCH | oklch(0.608 0.214 275.9) |
Copy-ready code
/* CSS */
color: #656cff;
background-color: #656cff;
/* Tailwind (arbitrary) */
class="text-[#656cff] bg-[#656cff]"
/* SCSS */
$brand: #656cff;
/* SwiftUI */
Color(red: 0.396, green: 0.424, blue: 1.000)
/* Android */
Color.parseColor("#656cff")Accessibility — WCAG contrast
Aa
#656cff on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#656cff on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green42.4%
Blue100.0%
CMYK percentages
Cyan60.4%
Magenta57.6%
Yellow0.0%
Key (black)0.0%
Color previews
#656cff text on a black background
contrast 5.14:1
Card sample
#656cff text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656cff;
Background color
Panel with #656cff background
background-color: #656cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 108, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 108, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656cff; background: linear-gradient(135deg, #656cff, #C565FF);