#4640df
a balanced, vivid blue · warm · closest name: slateblue
RGB
70, 64, 223
HSL
242°, 71%, 56%
CMYK
69, 71, 0, 13
Luminance
0.1030
Every format
| HEX | #4640df |
| RGB | rgb(70, 64, 223) |
| HSL | hsl(242, 71%, 56%) |
| CMYK | cmyk(69%, 71%, 0%, 13%) |
| LAB | lab(38.4 51.0 -79.6) |
| LCH | lch(38.4 94.5 302.7) |
| OKLCH | oklch(0.490 0.231 275.4) |
Copy-ready code
/* CSS */
color: #4640df;
background-color: #4640df;
/* Tailwind (arbitrary) */
class="text-[#4640df] bg-[#4640df]"
/* SCSS */
$brand: #4640df;
/* SwiftUI */
Color(red: 0.275, green: 0.251, blue: 0.875)
/* Android */
Color.parseColor("#4640df")Accessibility — WCAG contrast
Aa
#4640df on white: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4640df on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green25.1%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta71.3%
Yellow0.0%
Key (black)12.5%
Color previews
#4640df text on a black background
contrast 3.06:1
Card sample
#4640df text on a white background
contrast 6.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4640df;
Background color
Panel with #4640df background
background-color: #4640df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4640df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 64, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 64, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4640df; background: linear-gradient(135deg, #4640df, #B040DF);