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