#4752fd
a balanced, electric blue · warm · closest name: slateblue
RGB
71, 82, 253
HSL
236°, 98%, 64%
CMYK
72, 68, 0, 1
Luminance
0.1447
Every format
| HEX | #4752fd |
| RGB | rgb(71, 82, 253) |
| HSL | hsl(236, 98%, 64%) |
| CMYK | cmyk(72%, 68%, 0%, 1%) |
| LAB | lab(44.9 50.6 -85.8) |
| LCH | lch(44.9 99.6 300.6) |
| OKLCH | oklch(0.546 0.248 272.0) |
Copy-ready code
/* CSS */
color: #4752fd;
background-color: #4752fd;
/* Tailwind (arbitrary) */
class="text-[#4752fd] bg-[#4752fd]"
/* SCSS */
$brand: #4752fd;
/* SwiftUI */
Color(red: 0.278, green: 0.322, blue: 0.992)
/* Android */
Color.parseColor("#4752fd")Accessibility — WCAG contrast
Aa
#4752fd on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4752fd on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green32.2%
Blue99.2%
CMYK percentages
Cyan71.9%
Magenta67.6%
Yellow0.0%
Key (black)0.8%
Color previews
#4752fd text on a black background
contrast 3.89:1
Card sample
#4752fd text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4752fd;
Background color
Panel with #4752fd background
background-color: #4752fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4752fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 82, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 82, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4752fd; background: linear-gradient(135deg, #4752fd, #B547FD);