#bb53af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
187, 83, 175
HSL
307°, 43%, 53%
CMYK
0, 56, 6, 27
Luminance
0.1985
Every format
| HEX | #bb53af |
| RGB | rgb(187, 83, 175) |
| HSL | hsl(307, 43%, 53%) |
| CMYK | cmyk(0%, 56%, 6%, 27%) |
| LAB | lab(51.7 53.7 -29.8) |
| LCH | lch(51.7 61.4 331.0) |
| OKLCH | oklch(0.606 0.174 332.1) |
Copy-ready code
/* CSS */
color: #bb53af;
background-color: #bb53af;
/* Tailwind (arbitrary) */
class="text-[#bb53af] bg-[#bb53af]"
/* SCSS */
$brand: #bb53af;
/* SwiftUI */
Color(red: 0.733, green: 0.325, blue: 0.686)
/* Android */
Color.parseColor("#bb53af")Accessibility — WCAG contrast
Aa
#bb53af on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bb53af on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green32.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow6.4%
Key (black)26.7%
Color previews
#bb53af text on a black background
contrast 4.97:1
Card sample
#bb53af text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb53af;
Background color
Panel with #bb53af background
background-color: #bb53af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb53af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 83, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 83, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb53af; background: linear-gradient(135deg, #bb53af, #BB536A);