#4f4fda
a balanced, vivid blue · warm · closest name: slateblue
RGB
79, 79, 218
HSL
240°, 65%, 58%
CMYK
64, 64, 0, 15
Luminance
0.1232
Every format
| HEX | #4f4fda |
| RGB | rgb(79, 79, 218) |
| HSL | hsl(240, 65%, 58%) |
| CMYK | cmyk(64%, 64%, 0%, 15%) |
| LAB | lab(41.7 41.9 -71.2) |
| LCH | lch(41.7 82.6 300.5) |
| OKLCH | oklch(0.515 0.206 276.3) |
Copy-ready code
/* CSS */
color: #4f4fda;
background-color: #4f4fda;
/* Tailwind (arbitrary) */
class="text-[#4f4fda] bg-[#4f4fda]"
/* SCSS */
$brand: #4f4fda;
/* SwiftUI */
Color(red: 0.310, green: 0.310, blue: 0.855)
/* Android */
Color.parseColor("#4f4fda")Accessibility — WCAG contrast
Aa
#4f4fda on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f4fda on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green31.0%
Blue85.5%
CMYK percentages
Cyan63.8%
Magenta63.8%
Yellow0.0%
Key (black)14.5%
Color previews
#4f4fda text on a black background
contrast 3.46:1
Card sample
#4f4fda text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f4fda;
Background color
Panel with #4f4fda background
background-color: #4f4fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f4fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 79, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 79, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f4fda; background: linear-gradient(135deg, #4f4fda, #AC4FDA);