#b247ff
a balanced, electric violet · warm · closest name: magenta
RGB
178, 71, 255
HSL
275°, 100%, 64%
CMYK
30, 72, 0, 0
Luminance
0.2119
Every format
| HEX | #b247ff |
| RGB | rgb(178, 71, 255) |
| HSL | hsl(275, 100%, 64%) |
| CMYK | cmyk(30%, 72%, 0%, 0%) |
| LAB | lab(53.2 72.4 -73.0) |
| LCH | lch(53.2 102.8 314.8) |
| OKLCH | oklch(0.629 0.259 306.8) |
Copy-ready code
/* CSS */
color: #b247ff;
background-color: #b247ff;
/* Tailwind (arbitrary) */
class="text-[#b247ff] bg-[#b247ff]"
/* SCSS */
$brand: #b247ff;
/* SwiftUI */
Color(red: 0.698, green: 0.278, blue: 1.000)
/* Android */
Color.parseColor("#b247ff")Accessibility — WCAG contrast
Aa
#b247ff on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b247ff on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green27.8%
Blue100.0%
CMYK percentages
Cyan30.2%
Magenta72.2%
Yellow0.0%
Key (black)0.0%
Color previews
#b247ff text on a black background
contrast 5.24:1
Card sample
#b247ff text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b247ff;
Background color
Panel with #b247ff background
background-color: #b247ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b247ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 71, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 71, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b247ff; background: linear-gradient(135deg, #b247ff, #FF47D1);