#b614fd
a balanced, electric violet · warm · closest name: magenta
RGB
182, 20, 253
HSL
282°, 98%, 54%
CMYK
28, 92, 0, 1
Luminance
0.1754
Every format
| HEX | #b614fd |
| RGB | rgb(182, 20, 253) |
| HSL | hsl(282, 98%, 54%) |
| CMYK | cmyk(28%, 92%, 0%, 1%) |
| LAB | lab(48.9 86.1 -78.7) |
| LCH | lch(48.9 116.7 317.6) |
| OKLCH | oklch(0.600 0.295 310.6) |
Copy-ready code
/* CSS */
color: #b614fd;
background-color: #b614fd;
/* Tailwind (arbitrary) */
class="text-[#b614fd] bg-[#b614fd]"
/* SCSS */
$brand: #b614fd;
/* SwiftUI */
Color(red: 0.714, green: 0.078, blue: 0.992)
/* Android */
Color.parseColor("#b614fd")Accessibility — WCAG contrast
Aa
#b614fd on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b614fd on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green7.8%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta92.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b614fd text on a black background
contrast 4.51:1
Card sample
#b614fd text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b614fd;
Background color
Panel with #b614fd background
background-color: #b614fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b614fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 20, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 20, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b614fd; background: linear-gradient(135deg, #b614fd, #FD14A9);