#b142fd
a balanced, electric violet · warm · closest name: magenta
RGB
177, 66, 253
HSL
276°, 98%, 63%
CMYK
30, 74, 0, 1
Luminance
0.2034
Every format
| HEX | #b142fd |
| RGB | rgb(177, 66, 253) |
| HSL | hsl(276, 98%, 63%) |
| CMYK | cmyk(30%, 74%, 0%, 1%) |
| LAB | lab(52.2 73.7 -73.4) |
| LCH | lch(52.2 104.0 315.1) |
| OKLCH | oklch(0.621 0.262 307.3) |
Copy-ready code
/* CSS */
color: #b142fd;
background-color: #b142fd;
/* Tailwind (arbitrary) */
class="text-[#b142fd] bg-[#b142fd]"
/* SCSS */
$brand: #b142fd;
/* SwiftUI */
Color(red: 0.694, green: 0.259, blue: 0.992)
/* Android */
Color.parseColor("#b142fd")Accessibility — WCAG contrast
Aa
#b142fd on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b142fd on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green25.9%
Blue99.2%
CMYK percentages
Cyan30.0%
Magenta73.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b142fd text on a black background
contrast 5.07:1
Card sample
#b142fd text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b142fd;
Background color
Panel with #b142fd background
background-color: #b142fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b142fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 66, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 66, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b142fd; background: linear-gradient(135deg, #b142fd, #FD42CC);