#464fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
70, 79, 223
HSL
237°, 71%, 58%
CMYK
69, 65, 0, 13
Luminance
0.1222
Every format
| HEX | #464fdf |
| RGB | rgb(70, 79, 223) |
| HSL | hsl(237, 71%, 58%) |
| CMYK | cmyk(69%, 65%, 0%, 13%) |
| LAB | lab(41.6 42.4 -74.3) |
| LCH | lch(41.6 85.5 299.7) |
| OKLCH | oklch(0.513 0.215 273.2) |
Copy-ready code
/* CSS */
color: #464fdf;
background-color: #464fdf;
/* Tailwind (arbitrary) */
class="text-[#464fdf] bg-[#464fdf]"
/* SCSS */
$brand: #464fdf;
/* SwiftUI */
Color(red: 0.275, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#464fdf")Accessibility — WCAG contrast
Aa
#464fdf on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#464fdf on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green31.0%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#464fdf text on a black background
contrast 3.44:1
Card sample
#464fdf text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #464fdf;
Background color
Panel with #464fdf background
background-color: #464fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #464fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #464fdf; background: linear-gradient(135deg, #464fdf, #A346DF);