#b12bdf
a balanced, vivid violet · warm · closest name: magenta
RGB
177, 43, 223
HSL
285°, 74%, 52%
CMYK
21, 81, 0, 13
Luminance
0.1640
Every format
| HEX | #b12bdf |
| RGB | rgb(177, 43, 223) |
| HSL | hsl(285, 74%, 52%) |
| CMYK | cmyk(21%, 81%, 0%, 13%) |
| LAB | lab(47.5 75.3 -64.2) |
| LCH | lch(47.5 98.9 319.6) |
| OKLCH | oklch(0.581 0.257 315.2) |
Copy-ready code
/* CSS */
color: #b12bdf;
background-color: #b12bdf;
/* Tailwind (arbitrary) */
class="text-[#b12bdf] bg-[#b12bdf]"
/* SCSS */
$brand: #b12bdf;
/* SwiftUI */
Color(red: 0.694, green: 0.169, blue: 0.875)
/* Android */
Color.parseColor("#b12bdf")Accessibility — WCAG contrast
Aa
#b12bdf on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b12bdf on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green16.9%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta80.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b12bdf text on a black background
contrast 4.28:1
Card sample
#b12bdf text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b12bdf;
Background color
Panel with #b12bdf background
background-color: #b12bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b12bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 43, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 43, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b12bdf; background: linear-gradient(135deg, #b12bdf, #DF2B95);