#bb9daf
a light, soft magenta / pink · warm · closest name: silver
RGB
187, 157, 175
HSL
324°, 18%, 68%
CMYK
0, 16, 6, 27
Luminance
0.3777
Every format
| HEX | #bb9daf |
| RGB | rgb(187, 157, 175) |
| HSL | hsl(324, 18%, 68%) |
| CMYK | cmyk(0%, 16%, 6%, 27%) |
| LAB | lab(67.8 14.2 -5.2) |
| LCH | lch(67.8 15.1 339.9) |
| OKLCH | oklch(0.728 0.043 341.5) |
Copy-ready code
/* CSS */
color: #bb9daf;
background-color: #bb9daf;
/* Tailwind (arbitrary) */
class="text-[#bb9daf] bg-[#bb9daf]"
/* SCSS */
$brand: #bb9daf;
/* SwiftUI */
Color(red: 0.733, green: 0.616, blue: 0.686)
/* Android */
Color.parseColor("#bb9daf")Accessibility — WCAG contrast
Aa
#bb9daf on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb9daf on black: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green61.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow6.4%
Key (black)26.7%
Color previews
#bb9daf text on a black background
contrast 8.55:1
Card sample
#bb9daf text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb9daf;
Background color
Panel with #bb9daf background
background-color: #bb9daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb9daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 157, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 157, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb9daf; background: linear-gradient(135deg, #bb9daf, #BB9F9D);