#bba5a0
a light, soft red · warm · closest name: silver
RGB
187, 165, 160
HSL
11°, 17%, 68%
CMYK
0, 12, 14, 27
Luminance
0.4001
Every format
| HEX | #bba5a0 |
| RGB | rgb(187, 165, 160) |
| HSL | hsl(11, 17%, 68%) |
| CMYK | cmyk(0%, 12%, 14%, 27%) |
| LAB | lab(69.5 7.2 5.5) |
| LCH | lch(69.5 9.0 37.6) |
| OKLCH | oklch(0.740 0.027 32.9) |
Copy-ready code
/* CSS */
color: #bba5a0;
background-color: #bba5a0;
/* Tailwind (arbitrary) */
class="text-[#bba5a0] bg-[#bba5a0]"
/* SCSS */
$brand: #bba5a0;
/* SwiftUI */
Color(red: 0.733, green: 0.647, blue: 0.627)
/* Android */
Color.parseColor("#bba5a0")Accessibility — WCAG contrast
Aa
#bba5a0 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba5a0 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green64.7%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow14.4%
Key (black)26.7%
Color previews
#bba5a0 text on a black background
contrast 9.00:1
Card sample
#bba5a0 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba5a0;
Background color
Panel with #bba5a0 background
background-color: #bba5a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba5a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 165, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 165, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba5a0; background: linear-gradient(135deg, #bba5a0, #BBB7A0);