#bb3cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
187, 60, 223
HSL
287°, 72%, 56%
CMYK
16, 73, 0, 13
Luminance
0.1912
Every format
| HEX | #bb3cdf |
| RGB | rgb(187, 60, 223) |
| HSL | hsl(287, 72%, 56%) |
| CMYK | cmyk(16%, 73%, 0%, 13%) |
| LAB | lab(50.8 71.8 -58.7) |
| LCH | lch(50.8 92.7 320.7) |
| OKLCH | oklch(0.608 0.245 317.6) |
Copy-ready code
/* CSS */
color: #bb3cdf;
background-color: #bb3cdf;
/* Tailwind (arbitrary) */
class="text-[#bb3cdf] bg-[#bb3cdf]"
/* SCSS */
$brand: #bb3cdf;
/* SwiftUI */
Color(red: 0.733, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#bb3cdf")Accessibility — WCAG contrast
Aa
#bb3cdf on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb3cdf on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green23.5%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bb3cdf text on a black background
contrast 4.82:1
Card sample
#bb3cdf text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb3cdf;
Background color
Panel with #bb3cdf background
background-color: #bb3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb3cdf; background: linear-gradient(135deg, #bb3cdf, #DF3C96);