#6147ff
a balanced, electric blue · warm · closest name: blue
RGB
97, 71, 255
HSL
249°, 100%, 64%
CMYK
62, 72, 0, 0
Luminance
0.1427
Every format
| HEX | #6147ff |
| RGB | rgb(97, 71, 255) |
| HSL | hsl(249, 100%, 64%) |
| CMYK | cmyk(62%, 72%, 0%, 0%) |
| LAB | lab(44.6 60.1 -87.3) |
| LCH | lch(44.6 106.0 304.5) |
| OKLCH | oklch(0.549 0.256 280.2) |
Copy-ready code
/* CSS */
color: #6147ff;
background-color: #6147ff;
/* Tailwind (arbitrary) */
class="text-[#6147ff] bg-[#6147ff]"
/* SCSS */
$brand: #6147ff;
/* SwiftUI */
Color(red: 0.380, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#6147ff")Accessibility — WCAG contrast
Aa
#6147ff on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#6147ff on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green27.8%
Blue100.0%
CMYK percentages
Cyan62.0%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#6147ff text on a black background
contrast 3.85:1
Card sample
#6147ff text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6147ff;
Background color
Panel with #6147ff background
background-color: #6147ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6147ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6147ff; background: linear-gradient(135deg, #6147ff, #DC47FF);