#464cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
70, 76, 223
HSL
238°, 71%, 58%
CMYK
69, 66, 0, 13
Luminance
0.1180
Every format
| HEX | #464cdf |
| RGB | rgb(70, 76, 223) |
| HSL | hsl(238, 71%, 58%) |
| CMYK | cmyk(69%, 66%, 0%, 13%) |
| LAB | lab(40.9 44.1 -75.4) |
| LCH | lch(40.9 87.4 300.3) |
| OKLCH | oklch(0.509 0.218 273.7) |
Copy-ready code
/* CSS */
color: #464cdf;
background-color: #464cdf;
/* Tailwind (arbitrary) */
class="text-[#464cdf] bg-[#464cdf]"
/* SCSS */
$brand: #464cdf;
/* SwiftUI */
Color(red: 0.275, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#464cdf")Accessibility — WCAG contrast
Aa
#464cdf on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#464cdf on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green29.8%
Blue87.5%
CMYK percentages
Cyan68.6%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#464cdf text on a black background
contrast 3.36:1
Card sample
#464cdf text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #464cdf;
Background color
Panel with #464cdf background
background-color: #464cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #464cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #464cdf; background: linear-gradient(135deg, #464cdf, #A646DF);