#b13ddf
a balanced, vivid violet · warm · closest name: magenta
RGB
177, 61, 223
HSL
283°, 72%, 56%
CMYK
21, 73, 0, 13
Luminance
0.1801
Every format
| HEX | #b13ddf |
| RGB | rgb(177, 61, 223) |
| HSL | hsl(283, 72%, 56%) |
| CMYK | cmyk(21%, 73%, 0%, 13%) |
| LAB | lab(49.5 69.5 -60.9) |
| LCH | lch(49.5 92.4 318.8) |
| OKLCH | oklch(0.596 0.240 314.3) |
Copy-ready code
/* CSS */
color: #b13ddf;
background-color: #b13ddf;
/* Tailwind (arbitrary) */
class="text-[#b13ddf] bg-[#b13ddf]"
/* SCSS */
$brand: #b13ddf;
/* SwiftUI */
Color(red: 0.694, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#b13ddf")Accessibility — WCAG contrast
Aa
#b13ddf on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b13ddf on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green23.9%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b13ddf text on a black background
contrast 4.60:1
Card sample
#b13ddf text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b13ddf;
Background color
Panel with #b13ddf background
background-color: #b13ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b13ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b13ddf; background: linear-gradient(135deg, #b13ddf, #DF3DA1);