#656fff
a light, electric blue · warm · closest name: royalblue
RGB
101, 111, 255
HSL
236°, 100%, 70%
CMYK
60, 57, 0, 0
Luminance
0.2136
Every format
| HEX | #656fff |
| RGB | rgb(101, 111, 255) |
| HSL | hsl(236, 100%, 70%) |
| CMYK | cmyk(60%, 57%, 0%, 0%) |
| LAB | lab(53.3 38.1 -73.0) |
| LCH | lch(53.3 82.4 297.6) |
| OKLCH | oklch(0.613 0.211 275.3) |
Copy-ready code
/* CSS */
color: #656fff;
background-color: #656fff;
/* Tailwind (arbitrary) */
class="text-[#656fff] bg-[#656fff]"
/* SCSS */
$brand: #656fff;
/* SwiftUI */
Color(red: 0.396, green: 0.435, blue: 1.000)
/* Android */
Color.parseColor("#656fff")Accessibility — WCAG contrast
Aa
#656fff on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#656fff on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green43.5%
Blue100.0%
CMYK percentages
Cyan60.4%
Magenta56.5%
Yellow0.0%
Key (black)0.0%
Color previews
#656fff text on a black background
contrast 5.27:1
Card sample
#656fff text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #656fff;
Background color
Panel with #656fff background
background-color: #656fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #656fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 111, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 111, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #656fff; background: linear-gradient(135deg, #656fff, #C265FF);