#b14dfd
a balanced, electric violet · warm · closest name: magenta
RGB
177, 77, 253
HSL
274°, 98%, 65%
CMYK
30, 70, 0, 1
Luminance
0.2175
Every format
| HEX | #b14dfd |
| RGB | rgb(177, 77, 253) |
| HSL | hsl(274, 98%, 65%) |
| CMYK | cmyk(30%, 70%, 0%, 1%) |
| LAB | lab(53.8 69.3 -70.9) |
| LCH | lch(53.8 99.1 314.4) |
| OKLCH | oklch(0.632 0.250 306.4) |
Copy-ready code
/* CSS */
color: #b14dfd;
background-color: #b14dfd;
/* Tailwind (arbitrary) */
class="text-[#b14dfd] bg-[#b14dfd]"
/* SCSS */
$brand: #b14dfd;
/* SwiftUI */
Color(red: 0.694, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#b14dfd")Accessibility — WCAG contrast
Aa
#b14dfd on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b14dfd on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green30.2%
Blue99.2%
CMYK percentages
Cyan30.0%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b14dfd text on a black background
contrast 5.35:1
Card sample
#b14dfd text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b14dfd;
Background color
Panel with #b14dfd background
background-color: #b14dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b14dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b14dfd; background: linear-gradient(135deg, #b14dfd, #FD4DD4);