#b13dfd
a balanced, electric violet · warm · closest name: magenta
RGB
177, 61, 253
HSL
276°, 98%, 62%
CMYK
30, 76, 0, 1
Luminance
0.1978
Every format
| HEX | #b13dfd |
| RGB | rgb(177, 61, 253) |
| HSL | hsl(276, 98%, 62%) |
| CMYK | cmyk(30%, 76%, 0%, 1%) |
| LAB | lab(51.6 75.5 -74.4) |
| LCH | lch(51.6 106.0 315.4) |
| OKLCH | oklch(0.617 0.267 307.6) |
Copy-ready code
/* CSS */
color: #b13dfd;
background-color: #b13dfd;
/* Tailwind (arbitrary) */
class="text-[#b13dfd] bg-[#b13dfd]"
/* SCSS */
$brand: #b13dfd;
/* SwiftUI */
Color(red: 0.694, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#b13dfd")Accessibility — WCAG contrast
Aa
#b13dfd on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b13dfd on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green23.9%
Blue99.2%
CMYK percentages
Cyan30.0%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b13dfd text on a black background
contrast 4.96:1
Card sample
#b13dfd text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b13dfd;
Background color
Panel with #b13dfd background
background-color: #b13dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b13dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b13dfd; background: linear-gradient(135deg, #b13dfd, #FD3DC9);