#b13fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
177, 63, 223
HSL
283°, 71%, 56%
CMYK
21, 72, 0, 13
Luminance
0.1823
Every format
| HEX | #b13fdf |
| RGB | rgb(177, 63, 223) |
| HSL | hsl(283, 71%, 56%) |
| CMYK | cmyk(21%, 72%, 0%, 13%) |
| LAB | lab(49.8 68.7 -60.5) |
| LCH | lch(49.8 91.5 318.6) |
| OKLCH | oklch(0.598 0.238 314.2) |
Copy-ready code
/* CSS */
color: #b13fdf;
background-color: #b13fdf;
/* Tailwind (arbitrary) */
class="text-[#b13fdf] bg-[#b13fdf]"
/* SCSS */
$brand: #b13fdf;
/* SwiftUI */
Color(red: 0.694, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#b13fdf")Accessibility — WCAG contrast
Aa
#b13fdf on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b13fdf on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green24.7%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b13fdf text on a black background
contrast 4.65:1
Card sample
#b13fdf text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b13fdf;
Background color
Panel with #b13fdf background
background-color: #b13fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b13fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b13fdf; background: linear-gradient(135deg, #b13fdf, #DF3FA2);