#492eee
a balanced, electric blue · warm · closest name: blue
RGB
73, 46, 238
HSL
248°, 85%, 56%
CMYK
69, 81, 0, 7
Luminance
0.0954
Every format
| HEX | #492eee |
| RGB | rgb(73, 46, 238) |
| HSL | hsl(248, 85%, 56%) |
| CMYK | cmyk(69%, 81%, 0%, 7%) |
| LAB | lab(37.0 64.7 -90.3) |
| LCH | lch(37.0 111.1 305.6) |
| OKLCH | oklch(0.486 0.263 276.6) |
Copy-ready code
/* CSS */
color: #492eee;
background-color: #492eee;
/* Tailwind (arbitrary) */
class="text-[#492eee] bg-[#492eee]"
/* SCSS */
$brand: #492eee;
/* SwiftUI */
Color(red: 0.286, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#492eee")Accessibility — WCAG contrast
Aa
#492eee on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#492eee on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green18.0%
Blue93.3%
CMYK percentages
Cyan69.3%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#492eee text on a black background
contrast 2.91:1
Card sample
#492eee text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #492eee;
Background color
Panel with #492eee background
background-color: #492eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #492eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #492eee; background: linear-gradient(135deg, #492eee, #C92EEE);