#7247fd
a balanced, electric blue · warm · closest name: blue
RGB
114, 71, 253
HSL
254°, 98%, 64%
CMYK
55, 72, 0, 1
Luminance
0.1518
Every format
| HEX | #7247fd |
| RGB | rgb(114, 71, 253) |
| HSL | hsl(254, 98%, 64%) |
| CMYK | cmyk(55%, 72%, 0%, 1%) |
| LAB | lab(45.9 61.7 -84.0) |
| LCH | lch(45.9 104.2 306.3) |
| OKLCH | oklch(0.561 0.252 285.9) |
Copy-ready code
/* CSS */
color: #7247fd;
background-color: #7247fd;
/* Tailwind (arbitrary) */
class="text-[#7247fd] bg-[#7247fd]"
/* SCSS */
$brand: #7247fd;
/* SwiftUI */
Color(red: 0.447, green: 0.278, blue: 0.992)
/* Android */
Color.parseColor("#7247fd")Accessibility — WCAG contrast
Aa
#7247fd on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7247fd on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green27.8%
Blue99.2%
CMYK percentages
Cyan54.9%
Magenta71.9%
Yellow0.0%
Key (black)0.8%
Color previews
#7247fd text on a black background
contrast 4.04:1
Card sample
#7247fd text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7247fd;
Background color
Panel with #7247fd background
background-color: #7247fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7247fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 71, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 71, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7247fd; background: linear-gradient(135deg, #7247fd, #EB47FD);