#4950df
a balanced, vivid blue · warm · closest name: slateblue
RGB
73, 80, 223
HSL
237°, 70%, 58%
CMYK
67, 64, 0, 13
Luminance
0.1248
Every format
| HEX | #4950df |
| RGB | rgb(73, 80, 223) |
| HSL | hsl(237, 70%, 58%) |
| CMYK | cmyk(67%, 64%, 0%, 13%) |
| LAB | lab(42.0 42.1 -73.7) |
| LCH | lch(42.0 84.9 299.8) |
| OKLCH | oklch(0.517 0.213 274.0) |
Copy-ready code
/* CSS */
color: #4950df;
background-color: #4950df;
/* Tailwind (arbitrary) */
class="text-[#4950df] bg-[#4950df]"
/* SCSS */
$brand: #4950df;
/* SwiftUI */
Color(red: 0.286, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#4950df")Accessibility — WCAG contrast
Aa
#4950df on white: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4950df on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green31.4%
Blue87.5%
CMYK percentages
Cyan67.3%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#4950df text on a black background
contrast 3.50:1
Card sample
#4950df text on a white background
contrast 6.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4950df;
Background color
Panel with #4950df background
background-color: #4950df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4950df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4950df; background: linear-gradient(135deg, #4950df, #A649DF);