#b643fd
a balanced, electric violet · warm · closest name: magenta
RGB
182, 67, 253
HSL
277°, 98%, 63%
CMYK
28, 74, 0, 1
Luminance
0.2105
Every format
| HEX | #b643fd |
| RGB | rgb(182, 67, 253) |
| HSL | hsl(277, 98%, 63%) |
| CMYK | cmyk(28%, 74%, 0%, 1%) |
| LAB | lab(53.0 74.2 -72.1) |
| LCH | lch(53.0 103.4 315.8) |
| OKLCH | oklch(0.628 0.262 308.8) |
Copy-ready code
/* CSS */
color: #b643fd;
background-color: #b643fd;
/* Tailwind (arbitrary) */
class="text-[#b643fd] bg-[#b643fd]"
/* SCSS */
$brand: #b643fd;
/* SwiftUI */
Color(red: 0.714, green: 0.263, blue: 0.992)
/* Android */
Color.parseColor("#b643fd")Accessibility — WCAG contrast
Aa
#b643fd on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b643fd on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green26.3%
Blue99.2%
CMYK percentages
Cyan28.1%
Magenta73.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b643fd text on a black background
contrast 5.21:1
Card sample
#b643fd text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b643fd;
Background color
Panel with #b643fd background
background-color: #b643fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b643fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 67, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 67, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b643fd; background: linear-gradient(135deg, #b643fd, #FD43C8);