#7149fd
a balanced, electric blue · warm · closest name: blue
RGB
113, 73, 253
HSL
253°, 98%, 64%
CMYK
55, 71, 0, 1
Luminance
0.1537
Every format
| HEX | #7149fd |
| RGB | rgb(113, 73, 253) |
| HSL | hsl(253, 98%, 64%) |
| CMYK | cmyk(55%, 71%, 0%, 1%) |
| LAB | lab(46.1 60.5 -83.6) |
| LCH | lch(46.1 103.2 305.9) |
| OKLCH | oklch(0.562 0.249 285.3) |
Copy-ready code
/* CSS */
color: #7149fd;
background-color: #7149fd;
/* Tailwind (arbitrary) */
class="text-[#7149fd] bg-[#7149fd]"
/* SCSS */
$brand: #7149fd;
/* SwiftUI */
Color(red: 0.443, green: 0.286, blue: 0.992)
/* Android */
Color.parseColor("#7149fd")Accessibility — WCAG contrast
Aa
#7149fd on white: 5.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7149fd on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.3%
Green28.6%
Blue99.2%
CMYK percentages
Cyan55.3%
Magenta71.1%
Yellow0.0%
Key (black)0.8%
Color previews
#7149fd text on a black background
contrast 4.07:1
Card sample
#7149fd text on a white background
contrast 5.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7149fd;
Background color
Panel with #7149fd background
background-color: #7149fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7149fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(113, 73, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(113, 73, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7149fd; background: linear-gradient(135deg, #7149fd, #E949FD);