#4655ff
a balanced, electric blue · warm · closest name: slateblue
RGB
70, 85, 255
HSL
235°, 100%, 64%
CMYK
73, 67, 0, 0
Luminance
0.1502
Every format
| HEX | #4655ff |
| RGB | rgb(70, 85, 255) |
| HSL | hsl(235, 100%, 64%) |
| CMYK | cmyk(73%, 67%, 0%, 0%) |
| LAB | lab(45.7 49.5 -85.6) |
| LCH | lch(45.7 98.9 300.0) |
| OKLCH | oklch(0.552 0.248 271.3) |
Copy-ready code
/* CSS */
color: #4655ff;
background-color: #4655ff;
/* Tailwind (arbitrary) */
class="text-[#4655ff] bg-[#4655ff]"
/* SCSS */
$brand: #4655ff;
/* SwiftUI */
Color(red: 0.275, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#4655ff")Accessibility — WCAG contrast
Aa
#4655ff on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4655ff on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green33.3%
Blue100.0%
CMYK percentages
Cyan72.5%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#4655ff text on a black background
contrast 4.00:1
Card sample
#4655ff text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4655ff;
Background color
Panel with #4655ff background
background-color: #4655ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4655ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4655ff; background: linear-gradient(135deg, #4655ff, #B246FF);