#465afd
a balanced, electric blue · warm · closest name: royalblue
RGB
70, 90, 253
HSL
233°, 98%, 63%
CMYK
72, 64, 0, 1
Luminance
0.1571
Every format
| HEX | #465afd |
| RGB | rgb(70, 90, 253) |
| HSL | hsl(233, 98%, 63%) |
| CMYK | cmyk(72%, 64%, 0%, 1%) |
| LAB | lab(46.6 45.9 -83.0) |
| LCH | lch(46.6 94.8 298.9) |
| OKLCH | oklch(0.558 0.240 270.7) |
Copy-ready code
/* CSS */
color: #465afd;
background-color: #465afd;
/* Tailwind (arbitrary) */
class="text-[#465afd] bg-[#465afd]"
/* SCSS */
$brand: #465afd;
/* SwiftUI */
Color(red: 0.275, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#465afd")Accessibility — WCAG contrast
Aa
#465afd on white: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#465afd on black: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green35.3%
Blue99.2%
CMYK percentages
Cyan72.3%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#465afd text on a black background
contrast 4.14:1
Card sample
#465afd text on a white background
contrast 5.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #465afd;
Background color
Panel with #465afd background
background-color: #465afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #465afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #465afd; background: linear-gradient(135deg, #465afd, #AC46FD);