#492dfb
a balanced, electric blue · warm · closest name: blue
RGB
73, 45, 251
HSL
248°, 96%, 58%
CMYK
71, 82, 0, 2
Luminance
0.1026
Every format
| HEX | #492dfb |
| RGB | rgb(73, 45, 251) |
| HSL | hsl(248, 96%, 58%) |
| CMYK | cmyk(71%, 82%, 0%, 2%) |
| LAB | lab(38.3 68.7 -95.5) |
| LCH | lch(38.3 117.7 305.7) |
| OKLCH | oklch(0.499 0.278 275.6) |
Copy-ready code
/* CSS */
color: #492dfb;
background-color: #492dfb;
/* Tailwind (arbitrary) */
class="text-[#492dfb] bg-[#492dfb]"
/* SCSS */
$brand: #492dfb;
/* SwiftUI */
Color(red: 0.286, green: 0.176, blue: 0.984)
/* Android */
Color.parseColor("#492dfb")Accessibility — WCAG contrast
Aa
#492dfb on white: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#492dfb on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green17.6%
Blue98.4%
CMYK percentages
Cyan70.9%
Magenta82.1%
Yellow0.0%
Key (black)1.6%
Color previews
#492dfb text on a black background
contrast 3.05:1
Card sample
#492dfb text on a white background
contrast 6.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #492dfb;
Background color
Panel with #492dfb background
background-color: #492dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #492dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 45, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 45, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #492dfb; background: linear-gradient(135deg, #492dfb, #D22DFB);