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