#492fdf
a balanced, vivid blue · warm · closest name: blue
RGB
73, 47, 223
HSL
249°, 73%, 53%
CMYK
67, 79, 0, 13
Luminance
0.0878
Every format
| HEX | #492fdf |
| RGB | rgb(73, 47, 223) |
| HSL | hsl(249, 73%, 53%) |
| CMYK | cmyk(67%, 79%, 0%, 13%) |
| LAB | lab(35.5 60.0 -84.2) |
| LCH | lch(35.5 103.4 305.4) |
| OKLCH | oklch(0.471 0.246 278.0) |
Copy-ready code
/* CSS */
color: #492fdf;
background-color: #492fdf;
/* Tailwind (arbitrary) */
class="text-[#492fdf] bg-[#492fdf]"
/* SCSS */
$brand: #492fdf;
/* SwiftUI */
Color(red: 0.286, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#492fdf")Accessibility — WCAG contrast
Aa
#492fdf on white: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#492fdf on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green18.4%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#492fdf text on a black background
contrast 2.76:1
Card sample
#492fdf text on a white background
contrast 7.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #492fdf;
Background color
Panel with #492fdf background
background-color: #492fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #492fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #492fdf; background: linear-gradient(135deg, #492fdf, #BE2FDF);