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