#492ef1
a balanced, electric blue · warm · closest name: blue
RGB
73, 46, 241
HSL
248°, 87%, 56%
CMYK
70, 81, 0, 6
Luminance
0.0972
Every format
| HEX | #492ef1 |
| RGB | rgb(73, 46, 241) |
| HSL | hsl(248, 87%, 56%) |
| CMYK | cmyk(70%, 81%, 0%, 6%) |
| LAB | lab(37.3 65.5 -91.5) |
| LCH | lch(37.3 112.5 305.6) |
| OKLCH | oklch(0.489 0.266 276.4) |
Copy-ready code
/* CSS */
color: #492ef1;
background-color: #492ef1;
/* Tailwind (arbitrary) */
class="text-[#492ef1] bg-[#492ef1]"
/* SCSS */
$brand: #492ef1;
/* SwiftUI */
Color(red: 0.286, green: 0.180, blue: 0.945)
/* Android */
Color.parseColor("#492ef1")Accessibility — WCAG contrast
Aa
#492ef1 on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#492ef1 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green18.0%
Blue94.5%
CMYK percentages
Cyan69.7%
Magenta80.9%
Yellow0.0%
Key (black)5.5%
Color previews
#492ef1 text on a black background
contrast 2.94:1
Card sample
#492ef1 text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #492ef1;
Background color
Panel with #492ef1 background
background-color: #492ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #492ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 46, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 46, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #492ef1; background: linear-gradient(135deg, #492ef1, #CB2EF1);