#4f4fba
a balanced, soft blue · warm · closest name: slateblue
RGB
79, 79, 186
HSL
240°, 44%, 52%
CMYK
58, 58, 0, 27
Luminance
0.1080
Every format
| HEX | #4f4fba |
| RGB | rgb(79, 79, 186) |
| HSL | hsl(240, 44%, 52%) |
| CMYK | cmyk(58%, 58%, 0%, 27%) |
| LAB | lab(39.2 31.4 -56.7) |
| LCH | lch(39.2 64.8 299.0) |
| OKLCH | oklch(0.489 0.164 278.4) |
Copy-ready code
/* CSS */
color: #4f4fba;
background-color: #4f4fba;
/* Tailwind (arbitrary) */
class="text-[#4f4fba] bg-[#4f4fba]"
/* SCSS */
$brand: #4f4fba;
/* SwiftUI */
Color(red: 0.310, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#4f4fba")Accessibility — WCAG contrast
Aa
#4f4fba on white: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4f4fba on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green31.0%
Blue72.9%
CMYK percentages
Cyan57.5%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#4f4fba text on a black background
contrast 3.16:1
Card sample
#4f4fba text on a white background
contrast 6.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4f4fba;
Background color
Panel with #4f4fba background
background-color: #4f4fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4f4fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4f4fba; background: linear-gradient(135deg, #4f4fba, #964FBA);