#b151fd
a light, electric violet · warm · closest name: magenta
RGB
177, 81, 253
HSL
274°, 98%, 66%
CMYK
30, 68, 0, 1
Luminance
0.2232
Every format
| HEX | #b151fd |
| RGB | rgb(177, 81, 253) |
| HSL | hsl(274, 98%, 66%) |
| CMYK | cmyk(30%, 68%, 0%, 1%) |
| LAB | lab(54.4 67.6 -69.9) |
| LCH | lch(54.4 97.2 314.0) |
| OKLCH | oklch(0.636 0.245 306.1) |
Copy-ready code
/* CSS */
color: #b151fd;
background-color: #b151fd;
/* Tailwind (arbitrary) */
class="text-[#b151fd] bg-[#b151fd]"
/* SCSS */
$brand: #b151fd;
/* SwiftUI */
Color(red: 0.694, green: 0.318, blue: 0.992)
/* Android */
Color.parseColor("#b151fd")Accessibility — WCAG contrast
Aa
#b151fd on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b151fd on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green31.8%
Blue99.2%
CMYK percentages
Cyan30.0%
Magenta68.0%
Yellow0.0%
Key (black)0.8%
Color previews
#b151fd text on a black background
contrast 5.46:1
Card sample
#b151fd text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b151fd;
Background color
Panel with #b151fd background
background-color: #b151fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b151fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 81, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 81, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b151fd; background: linear-gradient(135deg, #b151fd, #FD51D6);