#4752cd
a balanced, vivid blue · warm · closest name: slateblue
RGB
71, 82, 205
HSL
235°, 57%, 54%
CMYK
65, 60, 0, 20
Luminance
0.1178
Every format
| HEX | #4752cd |
| RGB | rgb(71, 82, 205) |
| HSL | hsl(235, 57%, 54%) |
| CMYK | cmyk(65%, 60%, 0%, 20%) |
| LAB | lab(40.9 34.6 -65.1) |
| LCH | lch(40.9 73.7 297.9) |
| OKLCH | oklch(0.504 0.188 273.6) |
Copy-ready code
/* CSS */
color: #4752cd;
background-color: #4752cd;
/* Tailwind (arbitrary) */
class="text-[#4752cd] bg-[#4752cd]"
/* SCSS */
$brand: #4752cd;
/* SwiftUI */
Color(red: 0.278, green: 0.322, blue: 0.804)
/* Android */
Color.parseColor("#4752cd")Accessibility — WCAG contrast
Aa
#4752cd on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4752cd on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green32.2%
Blue80.4%
CMYK percentages
Cyan65.4%
Magenta60.0%
Yellow0.0%
Key (black)19.6%
Color previews
#4752cd text on a black background
contrast 3.36:1
Card sample
#4752cd text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4752cd;
Background color
Panel with #4752cd background
background-color: #4752cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4752cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 82, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 82, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4752cd; background: linear-gradient(135deg, #4752cd, #9547CD);