#6247fd
a balanced, electric blue · warm · closest name: blue
RGB
98, 71, 253
HSL
249°, 98%, 64%
CMYK
61, 72, 0, 1
Luminance
0.1419
Every format
| HEX | #6247fd |
| RGB | rgb(98, 71, 253) |
| HSL | hsl(249, 98%, 64%) |
| CMYK | cmyk(61%, 72%, 0%, 1%) |
| LAB | lab(44.5 59.6 -86.3) |
| LCH | lch(44.5 104.9 304.6) |
| OKLCH | oklch(0.548 0.254 280.7) |
Copy-ready code
/* CSS */
color: #6247fd;
background-color: #6247fd;
/* Tailwind (arbitrary) */
class="text-[#6247fd] bg-[#6247fd]"
/* SCSS */
$brand: #6247fd;
/* SwiftUI */
Color(red: 0.384, green: 0.278, blue: 0.992)
/* Android */
Color.parseColor("#6247fd")Accessibility — WCAG contrast
Aa
#6247fd on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6247fd on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green27.8%
Blue99.2%
CMYK percentages
Cyan61.3%
Magenta71.9%
Yellow0.0%
Key (black)0.8%
Color previews
#6247fd text on a black background
contrast 3.84:1
Card sample
#6247fd text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6247fd;
Background color
Panel with #6247fd background
background-color: #6247fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6247fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 71, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 71, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6247fd; background: linear-gradient(135deg, #6247fd, #DB47FD);