#492dfd
a balanced, electric blue · warm · closest name: blue
RGB
73, 45, 253
HSL
248°, 98%, 58%
CMYK
71, 82, 0, 1
Luminance
0.1039
Every format
| HEX | #492dfd |
| RGB | rgb(73, 45, 253) |
| HSL | hsl(248, 98%, 58%) |
| CMYK | cmyk(71%, 82%, 0%, 1%) |
| LAB | lab(38.5 69.2 -96.3) |
| LCH | lch(38.5 118.6 305.7) |
| OKLCH | oklch(0.501 0.280 275.4) |
Copy-ready code
/* CSS */
color: #492dfd;
background-color: #492dfd;
/* Tailwind (arbitrary) */
class="text-[#492dfd] bg-[#492dfd]"
/* SCSS */
$brand: #492dfd;
/* SwiftUI */
Color(red: 0.286, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#492dfd")Accessibility — WCAG contrast
Aa
#492dfd on white: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#492dfd on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green17.6%
Blue99.2%
CMYK percentages
Cyan71.1%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#492dfd text on a black background
contrast 3.08:1
Card sample
#492dfd text on a white background
contrast 6.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #492dfd;
Background color
Panel with #492dfd background
background-color: #492dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #492dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #492dfd; background: linear-gradient(135deg, #492dfd, #D42DFD);