#b13afd
a balanced, electric violet · warm · closest name: magenta
RGB
177, 58, 253
HSL
277°, 98%, 61%
CMYK
30, 77, 0, 1
Luminance
0.1947
Every format
| HEX | #b13afd |
| RGB | rgb(177, 58, 253) |
| HSL | hsl(277, 98%, 61%) |
| CMYK | cmyk(30%, 77%, 0%, 1%) |
| LAB | lab(51.2 76.5 -75.0) |
| LCH | lch(51.2 107.2 315.6) |
| OKLCH | oklch(0.614 0.270 307.8) |
Copy-ready code
/* CSS */
color: #b13afd;
background-color: #b13afd;
/* Tailwind (arbitrary) */
class="text-[#b13afd] bg-[#b13afd]"
/* SCSS */
$brand: #b13afd;
/* SwiftUI */
Color(red: 0.694, green: 0.227, blue: 0.992)
/* Android */
Color.parseColor("#b13afd")Accessibility — WCAG contrast
Aa
#b13afd on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b13afd on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green22.7%
Blue99.2%
CMYK percentages
Cyan30.0%
Magenta77.1%
Yellow0.0%
Key (black)0.8%
Color previews
#b13afd text on a black background
contrast 4.89:1
Card sample
#b13afd text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b13afd;
Background color
Panel with #b13afd background
background-color: #b13afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b13afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 58, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 58, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b13afd; background: linear-gradient(135deg, #b13afd, #FD3AC7);