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