#491dfd
a balanced, electric blue · warm · closest name: blue
RGB
73, 29, 253
HSL
252°, 98%, 55%
CMYK
71, 89, 0, 1
Luminance
0.0939
Every format
| HEX | #491dfd |
| RGB | rgb(73, 29, 253) |
| HSL | hsl(252, 98%, 55%) |
| CMYK | cmyk(71%, 89%, 0%, 1%) |
| LAB | lab(36.7 74.6 -99.3) |
| LCH | lch(36.7 124.2 306.9) |
| OKLCH | oklch(0.489 0.288 276.0) |
Copy-ready code
/* CSS */
color: #491dfd;
background-color: #491dfd;
/* Tailwind (arbitrary) */
class="text-[#491dfd] bg-[#491dfd]"
/* SCSS */
$brand: #491dfd;
/* SwiftUI */
Color(red: 0.286, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#491dfd")Accessibility — WCAG contrast
Aa
#491dfd on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#491dfd on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green11.4%
Blue99.2%
CMYK percentages
Cyan71.1%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#491dfd text on a black background
contrast 2.88:1
Card sample
#491dfd text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #491dfd;
Background color
Panel with #491dfd background
background-color: #491dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #491dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #491dfd; background: linear-gradient(135deg, #491dfd, #DE1DFD);