#b451fd
a light, electric violet · warm · closest name: magenta
RGB
180, 81, 253
HSL
275°, 98%, 66%
CMYK
29, 68, 0, 1
Luminance
0.2268
Every format
| HEX | #b451fd |
| RGB | rgb(180, 81, 253) |
| HSL | hsl(275, 98%, 66%) |
| CMYK | cmyk(29%, 68%, 0%, 1%) |
| LAB | lab(54.7 68.2 -69.3) |
| LCH | lch(54.7 97.2 314.5) |
| OKLCH | oklch(0.640 0.246 307.1) |
Copy-ready code
/* CSS */
color: #b451fd;
background-color: #b451fd;
/* Tailwind (arbitrary) */
class="text-[#b451fd] bg-[#b451fd]"
/* SCSS */
$brand: #b451fd;
/* SwiftUI */
Color(red: 0.706, green: 0.318, blue: 0.992)
/* Android */
Color.parseColor("#b451fd")Accessibility — WCAG contrast
Aa
#b451fd on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b451fd on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green31.8%
Blue99.2%
CMYK percentages
Cyan28.9%
Magenta68.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b451fd text on a black background
contrast 5.54:1
Card sample
#b451fd text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b451fd;
Background color
Panel with #b451fd background
background-color: #b451fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b451fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 81, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 81, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b451fd; background: linear-gradient(135deg, #b451fd, #FD51D3);