#bba08f
a balanced, soft orange · warm · closest name: tan
RGB
187, 160, 143
HSL
23°, 24%, 65%
CMYK
0, 14, 24, 27
Luminance
0.3769
Every format
| HEX | #bba08f |
| RGB | rgb(187, 160, 143) |
| HSL | hsl(23, 24%, 65%) |
| CMYK | cmyk(0%, 14%, 24%, 27%) |
| LAB | lab(67.8 7.2 12.5) |
| LCH | lch(67.8 14.5 60.0) |
| OKLCH | oklch(0.725 0.040 54.1) |
Copy-ready code
/* CSS */
color: #bba08f;
background-color: #bba08f;
/* Tailwind (arbitrary) */
class="text-[#bba08f] bg-[#bba08f]"
/* SCSS */
$brand: #bba08f;
/* SwiftUI */
Color(red: 0.733, green: 0.627, blue: 0.561)
/* Android */
Color.parseColor("#bba08f")Accessibility — WCAG contrast
Aa
#bba08f on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba08f on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green62.7%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta14.4%
Yellow23.5%
Key (black)26.7%
Color previews
#bba08f text on a black background
contrast 8.54:1
Card sample
#bba08f text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba08f;
Background color
Panel with #bba08f background
background-color: #bba08f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba08f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 160, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 160, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba08f; background: linear-gradient(135deg, #bba08f, #B9BB8F);