#4f46bd
a balanced, vivid blue · warm · closest name: slateblue
RGB
79, 70, 189
HSL
245°, 47%, 51%
CMYK
58, 63, 0, 26
Luminance
0.0972
Every format
| HEX | #4f46bd |
| RGB | rgb(79, 70, 189) |
| HSL | hsl(245, 47%, 51%) |
| CMYK | cmyk(58%, 63%, 0%, 26%) |
| LAB | lab(37.3 37.9 -61.6) |
| LCH | lch(37.3 72.3 301.6) |
| OKLCH | oklch(0.475 0.180 280.5) |
Copy-ready code
/* CSS */
color: #4f46bd;
background-color: #4f46bd;
/* Tailwind (arbitrary) */
class="text-[#4f46bd] bg-[#4f46bd]"
/* SCSS */
$brand: #4f46bd;
/* SwiftUI */
Color(red: 0.310, green: 0.275, blue: 0.741)
/* Android */
Color.parseColor("#4f46bd")Accessibility — WCAG contrast
Aa
#4f46bd on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4f46bd on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green27.5%
Blue74.1%
CMYK percentages
Cyan58.2%
Magenta63.0%
Yellow0.0%
Key (black)25.9%
Color previews
#4f46bd text on a black background
contrast 2.94:1
Card sample
#4f46bd text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f46bd;
Background color
Panel with #4f46bd background
background-color: #4f46bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f46bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 70, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 70, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f46bd; background: linear-gradient(135deg, #4f46bd, #9E46BD);