#bba2ae
a light, soft magenta / pink · warm · closest name: silver
RGB
187, 162, 174
HSL
331°, 16%, 68%
CMYK
0, 13, 7, 27
Luminance
0.3946
Every format
| HEX | #bba2ae |
| RGB | rgb(187, 162, 174) |
| HSL | hsl(331, 16%, 68%) |
| CMYK | cmyk(0%, 13%, 7%, 27%) |
| LAB | lab(69.1 11.2 -2.8) |
| LCH | lch(69.1 11.6 345.9) |
| OKLCH | oklch(0.738 0.034 347.4) |
Copy-ready code
/* CSS */
color: #bba2ae;
background-color: #bba2ae;
/* Tailwind (arbitrary) */
class="text-[#bba2ae] bg-[#bba2ae]"
/* SCSS */
$brand: #bba2ae;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.682)
/* Android */
Color.parseColor("#bba2ae")Accessibility — WCAG contrast
Aa
#bba2ae on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba2ae on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta13.4%
Yellow7.0%
Key (black)26.7%
Color previews
#bba2ae text on a black background
contrast 8.89:1
Card sample
#bba2ae text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba2ae;
Background color
Panel with #bba2ae background
background-color: #bba2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba2ae; background: linear-gradient(135deg, #bba2ae, #BBA7A2);