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