#b20cdf
a balanced, electric violet · warm · closest name: magenta
RGB
178, 12, 223
HSL
287°, 90%, 46%
CMYK
20, 95, 0, 13
Luminance
0.1506
Every format
| HEX | #b20cdf |
| RGB | rgb(178, 12, 223) |
| HSL | hsl(287, 90%, 46%) |
| CMYK | cmyk(20%, 95%, 0%, 13%) |
| LAB | lab(45.7 81.1 -67.0) |
| LCH | lch(45.7 105.3 320.4) |
| OKLCH | oklch(0.569 0.274 316.2) |
Copy-ready code
/* CSS */
color: #b20cdf;
background-color: #b20cdf;
/* Tailwind (arbitrary) */
class="text-[#b20cdf] bg-[#b20cdf]"
/* SCSS */
$brand: #b20cdf;
/* SwiftUI */
Color(red: 0.698, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#b20cdf")Accessibility — WCAG contrast
Aa
#b20cdf on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b20cdf on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green4.7%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b20cdf text on a black background
contrast 4.01:1
Card sample
#b20cdf text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b20cdf;
Background color
Panel with #b20cdf background
background-color: #b20cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b20cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b20cdf; background: linear-gradient(135deg, #b20cdf, #DF0C7F);