#495afd
a balanced, electric blue · warm · closest name: royalblue
RGB
73, 90, 253
HSL
234°, 98%, 64%
CMYK
71, 64, 0, 1
Luminance
0.1582
Every format
| HEX | #495afd |
| RGB | rgb(73, 90, 253) |
| HSL | hsl(234, 98%, 64%) |
| CMYK | cmyk(71%, 64%, 0%, 1%) |
| LAB | lab(46.7 46.2 -82.7) |
| LCH | lch(46.7 94.8 299.2) |
| OKLCH | oklch(0.559 0.239 271.4) |
Copy-ready code
/* CSS */
color: #495afd;
background-color: #495afd;
/* Tailwind (arbitrary) */
class="text-[#495afd] bg-[#495afd]"
/* SCSS */
$brand: #495afd;
/* SwiftUI */
Color(red: 0.286, green: 0.353, blue: 0.992)
/* Android */
Color.parseColor("#495afd")Accessibility — WCAG contrast
Aa
#495afd on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#495afd on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green35.3%
Blue99.2%
CMYK percentages
Cyan71.1%
Magenta64.4%
Yellow0.0%
Key (black)0.8%
Color previews
#495afd text on a black background
contrast 4.16:1
Card sample
#495afd text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #495afd;
Background color
Panel with #495afd background
background-color: #495afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #495afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 90, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 90, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #495afd; background: linear-gradient(135deg, #495afd, #B049FD);