#656fef
a light, electric blue · warm · closest name: royalblue
RGB
101, 111, 239
HSL
236°, 81%, 67%
CMYK
58, 54, 0, 6
Luminance
0.2037
Every format
| HEX | #656fef |
| RGB | rgb(101, 111, 239) |
| HSL | hsl(236, 81%, 67%) |
| CMYK | cmyk(58%, 54%, 0%, 6%) |
| LAB | lab(52.3 33.0 -65.9) |
| LCH | lch(52.3 73.7 296.6) |
| OKLCH | oklch(0.601 0.190 275.7) |
Copy-ready code
/* CSS */
color: #656fef;
background-color: #656fef;
/* Tailwind (arbitrary) */
class="text-[#656fef] bg-[#656fef]"
/* SCSS */
$brand: #656fef;
/* SwiftUI */
Color(red: 0.396, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#656fef")Accessibility — WCAG contrast
Aa
#656fef on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#656fef on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green43.5%
Blue93.7%
CMYK percentages
Cyan57.7%
Magenta53.6%
Yellow0.0%
Key (black)6.3%
Color previews
#656fef text on a black background
contrast 5.07:1
Card sample
#656fef text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656fef;
Background color
Panel with #656fef background
background-color: #656fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656fef; background: linear-gradient(135deg, #656fef, #B765EF);