#4747a7
a balanced, soft blue · warm · closest name: slateblue
RGB
71, 71, 167
HSL
240°, 40%, 47%
CMYK
58, 58, 0, 35
Luminance
0.0864
Every format
| HEX | #4747a7 |
| RGB | rgb(71, 71, 167) |
| HSL | hsl(240, 40%, 47%) |
| CMYK | cmyk(58%, 58%, 0%, 35%) |
| LAB | lab(35.3 28.6 -51.9) |
| LCH | lch(35.3 59.3 298.9) |
| OKLCH | oklch(0.454 0.150 278.6) |
Copy-ready code
/* CSS */
color: #4747a7;
background-color: #4747a7;
/* Tailwind (arbitrary) */
class="text-[#4747a7] bg-[#4747a7]"
/* SCSS */
$brand: #4747a7;
/* SwiftUI */
Color(red: 0.278, green: 0.278, blue: 0.655)
/* Android */
Color.parseColor("#4747a7")Accessibility — WCAG contrast
Aa
#4747a7 on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4747a7 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green27.8%
Blue65.5%
CMYK percentages
Cyan57.5%
Magenta57.5%
Yellow0.0%
Key (black)34.5%
Color previews
#4747a7 text on a black background
contrast 2.73:1
Card sample
#4747a7 text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4747a7;
Background color
Panel with #4747a7 background
background-color: #4747a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4747a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 71, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 71, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4747a7; background: linear-gradient(135deg, #4747a7, #8747A7);