#bc2ddf
a balanced, vivid violet · warm · closest name: magenta
RGB
188, 45, 223
HSL
288°, 74%, 53%
CMYK
16, 80, 0, 13
Luminance
0.1790
Every format
| HEX | #bc2ddf |
| RGB | rgb(188, 45, 223) |
| HSL | hsl(288, 74%, 53%) |
| CMYK | cmyk(16%, 80%, 0%, 13%) |
| LAB | lab(49.4 76.6 -61.0) |
| LCH | lch(49.4 97.9 321.4) |
| OKLCH | oklch(0.598 0.259 318.5) |
Copy-ready code
/* CSS */
color: #bc2ddf;
background-color: #bc2ddf;
/* Tailwind (arbitrary) */
class="text-[#bc2ddf] bg-[#bc2ddf]"
/* SCSS */
$brand: #bc2ddf;
/* SwiftUI */
Color(red: 0.737, green: 0.176, blue: 0.875)
/* Android */
Color.parseColor("#bc2ddf")Accessibility — WCAG contrast
Aa
#bc2ddf on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc2ddf on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green17.6%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta79.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bc2ddf text on a black background
contrast 4.58:1
Card sample
#bc2ddf text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc2ddf;
Background color
Panel with #bc2ddf background
background-color: #bc2ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc2ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 45, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 45, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc2ddf; background: linear-gradient(135deg, #bc2ddf, #DF2D8B);