#656ffc
a light, electric blue · warm · closest name: royalblue
RGB
101, 111, 252
HSL
236°, 96%, 69%
CMYK
60, 56, 0, 1
Luminance
0.2116
Every format
| HEX | #656ffc |
| RGB | rgb(101, 111, 252) |
| HSL | hsl(236, 96%, 69%) |
| CMYK | cmyk(60%, 56%, 0%, 1%) |
| LAB | lab(53.1 37.2 -71.7) |
| LCH | lch(53.1 80.8 297.4) |
| OKLCH | oklch(0.611 0.207 275.4) |
Copy-ready code
/* CSS */
color: #656ffc;
background-color: #656ffc;
/* Tailwind (arbitrary) */
class="text-[#656ffc] bg-[#656ffc]"
/* SCSS */
$brand: #656ffc;
/* SwiftUI */
Color(red: 0.396, green: 0.435, blue: 0.988)
/* Android */
Color.parseColor("#656ffc")Accessibility — WCAG contrast
Aa
#656ffc on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#656ffc on black: 5.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green43.5%
Blue98.8%
CMYK percentages
Cyan59.9%
Magenta56.0%
Yellow0.0%
Key (black)1.2%
Color previews
#656ffc text on a black background
contrast 5.23:1
Card sample
#656ffc text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656ffc;
Background color
Panel with #656ffc background
background-color: #656ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 111, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 111, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656ffc; background: linear-gradient(135deg, #656ffc, #C065FC);