#495dfd
a balanced, electric blue · warm · closest name: royalblue
RGB
73, 93, 253
HSL
233°, 98%, 64%
CMYK
71, 63, 0, 1
Luminance
0.1634
Every format
| HEX | #495dfd |
| RGB | rgb(73, 93, 253) |
| HSL | hsl(233, 98%, 64%) |
| CMYK | cmyk(71%, 63%, 0%, 1%) |
| LAB | lab(47.4 44.4 -81.6) |
| LCH | lch(47.4 92.9 298.5) |
| OKLCH | oklch(0.564 0.236 271.0) |
Copy-ready code
/* CSS */
color: #495dfd;
background-color: #495dfd;
/* Tailwind (arbitrary) */
class="text-[#495dfd] bg-[#495dfd]"
/* SCSS */
$brand: #495dfd;
/* SwiftUI */
Color(red: 0.286, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#495dfd")Accessibility — WCAG contrast
Aa
#495dfd on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#495dfd on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green36.5%
Blue99.2%
CMYK percentages
Cyan71.1%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#495dfd text on a black background
contrast 4.27:1
Card sample
#495dfd text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #495dfd;
Background color
Panel with #495dfd background
background-color: #495dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #495dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #495dfd; background: linear-gradient(135deg, #495dfd, #AD49FD);