#491fdf
a balanced, electric blue · warm · closest name: blue
RGB
73, 31, 223
HSL
253°, 76%, 50%
CMYK
67, 86, 0, 13
Luminance
0.0772
Every format
| HEX | #491fdf |
| RGB | rgb(73, 31, 223) |
| HSL | hsl(253, 76%, 50%) |
| CMYK | cmyk(67%, 86%, 0%, 13%) |
| LAB | lab(33.4 66.3 -87.8) |
| LCH | lch(33.4 110.0 307.1) |
| OKLCH | oklch(0.456 0.257 279.0) |
Copy-ready code
/* CSS */
color: #491fdf;
background-color: #491fdf;
/* Tailwind (arbitrary) */
class="text-[#491fdf] bg-[#491fdf]"
/* SCSS */
$brand: #491fdf;
/* SwiftUI */
Color(red: 0.286, green: 0.122, blue: 0.875)
/* Android */
Color.parseColor("#491fdf")Accessibility — WCAG contrast
Aa
#491fdf on white: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#491fdf on black: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green12.2%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta86.1%
Yellow0.0%
Key (black)12.5%
Color previews
#491fdf text on a black background
contrast 2.54:1
Card sample
#491fdf text on a white background
contrast 8.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #491fdf;
Background color
Panel with #491fdf background
background-color: #491fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #491fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 31, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 31, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #491fdf; background: linear-gradient(135deg, #491fdf, #C91FDF);