#b818ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
184, 24, 206
HSL
293°, 79%, 45%
CMYK
11, 88, 0, 19
Luminance
0.1530
Every format
| HEX | #b818ce |
| RGB | rgb(184, 24, 206) |
| HSL | hsl(293, 79%, 45%) |
| CMYK | cmyk(11%, 88%, 0%, 19%) |
| LAB | lab(46.0 77.6 -56.7) |
| LCH | lch(46.0 96.1 323.8) |
| OKLCH | oklch(0.570 0.259 322.1) |
Copy-ready code
/* CSS */
color: #b818ce;
background-color: #b818ce;
/* Tailwind (arbitrary) */
class="text-[#b818ce] bg-[#b818ce]"
/* SCSS */
$brand: #b818ce;
/* SwiftUI */
Color(red: 0.722, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#b818ce")Accessibility — WCAG contrast
Aa
#b818ce on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b818ce on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green9.4%
Blue80.8%
CMYK percentages
Cyan10.7%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#b818ce text on a black background
contrast 4.06:1
Card sample
#b818ce text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b818ce;
Background color
Panel with #b818ce background
background-color: #b818ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b818ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b818ce; background: linear-gradient(135deg, #b818ce, #CE186B);