#4747c2
a balanced, vivid blue · warm · closest name: slateblue
RGB
71, 71, 194
HSL
240°, 50%, 52%
CMYK
63, 63, 0, 24
Luminance
0.0974
Every format
| HEX | #4747c2 |
| RGB | rgb(71, 71, 194) |
| HSL | hsl(240, 50%, 52%) |
| CMYK | cmyk(63%, 63%, 0%, 24%) |
| LAB | lab(37.4 37.6 -64.5) |
| LCH | lch(37.4 74.6 300.3) |
| OKLCH | oklch(0.475 0.187 276.6) |
Copy-ready code
/* CSS */
color: #4747c2;
background-color: #4747c2;
/* Tailwind (arbitrary) */
class="text-[#4747c2] bg-[#4747c2]"
/* SCSS */
$brand: #4747c2;
/* SwiftUI */
Color(red: 0.278, green: 0.278, blue: 0.761)
/* Android */
Color.parseColor("#4747c2")Accessibility — WCAG contrast
Aa
#4747c2 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4747c2 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green27.8%
Blue76.1%
CMYK percentages
Cyan63.4%
Magenta63.4%
Yellow0.0%
Key (black)23.9%
Color previews
#4747c2 text on a black background
contrast 2.95:1
Card sample
#4747c2 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4747c2;
Background color
Panel with #4747c2 background
background-color: #4747c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4747c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 71, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 71, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4747c2; background: linear-gradient(135deg, #4747c2, #9947C2);