#bba89f
a light, soft orange · warm · closest name: silver
RGB
187, 168, 159
HSL
19°, 17%, 68%
CMYK
0, 10, 15, 27
Luminance
0.4107
Every format
| HEX | #bba89f |
| RGB | rgb(187, 168, 159) |
| HSL | hsl(19, 17%, 68%) |
| CMYK | cmyk(0%, 10%, 15%, 27%) |
| LAB | lab(70.2 5.4 7.2) |
| LCH | lch(70.2 8.9 53.1) |
| OKLCH | oklch(0.745 0.026 47.0) |
Copy-ready code
/* CSS */
color: #bba89f;
background-color: #bba89f;
/* Tailwind (arbitrary) */
class="text-[#bba89f] bg-[#bba89f]"
/* SCSS */
$brand: #bba89f;
/* SwiftUI */
Color(red: 0.733, green: 0.659, blue: 0.624)
/* Android */
Color.parseColor("#bba89f")Accessibility — WCAG contrast
Aa
#bba89f on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba89f on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow15.0%
Key (black)26.7%
Color previews
#bba89f text on a black background
contrast 9.21:1
Card sample
#bba89f text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba89f;
Background color
Panel with #bba89f background
background-color: #bba89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 168, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 168, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba89f; background: linear-gradient(135deg, #bba89f, #BBBB9F);