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