#655fff
a light, electric blue · warm · closest name: slateblue
RGB
101, 95, 255
HSL
242°, 100%, 69%
CMYK
60, 63, 0, 0
Luminance
0.1817
Every format
| HEX | #655fff |
| RGB | rgb(101, 95, 255) |
| HSL | hsl(242, 100%, 69%) |
| CMYK | cmyk(60%, 63%, 0%, 0%) |
| LAB | lab(49.7 47.5 -78.9) |
| LCH | lch(49.7 92.1 301.1) |
| OKLCH | oklch(0.586 0.230 278.3) |
Copy-ready code
/* CSS */
color: #655fff;
background-color: #655fff;
/* Tailwind (arbitrary) */
class="text-[#655fff] bg-[#655fff]"
/* SCSS */
$brand: #655fff;
/* SwiftUI */
Color(red: 0.396, green: 0.373, blue: 1.000)
/* Android */
Color.parseColor("#655fff")Accessibility — WCAG contrast
Aa
#655fff on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#655fff on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green37.3%
Blue100.0%
CMYK percentages
Cyan60.4%
Magenta62.7%
Yellow0.0%
Key (black)0.0%
Color previews
#655fff text on a black background
contrast 4.63:1
Card sample
#655fff text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #655fff;
Background color
Panel with #655fff background
background-color: #655fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #655fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 95, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 95, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #655fff; background: linear-gradient(135deg, #655fff, #CF5FFF);