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