#bc928b
a balanced, soft red · warm · closest name: tan
RGB
188, 146, 139
HSL
9°, 27%, 64%
CMYK
0, 22, 26, 26
Luminance
0.3311
Every format
| HEX | #bc928b |
| RGB | rgb(188, 146, 139) |
| HSL | hsl(9, 27%, 64%) |
| CMYK | cmyk(0%, 22%, 26%, 26%) |
| LAB | lab(64.3 14.8 9.8) |
| LCH | lch(64.3 17.7 33.6) |
| OKLCH | oklch(0.697 0.052 29.3) |
Copy-ready code
/* CSS */
color: #bc928b;
background-color: #bc928b;
/* Tailwind (arbitrary) */
class="text-[#bc928b] bg-[#bc928b]"
/* SCSS */
$brand: #bc928b;
/* SwiftUI */
Color(red: 0.737, green: 0.573, blue: 0.545)
/* Android */
Color.parseColor("#bc928b")Accessibility — WCAG contrast
Aa
#bc928b on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc928b on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.3%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow26.1%
Key (black)26.3%
Color previews
#bc928b text on a black background
contrast 7.62:1
Card sample
#bc928b text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc928b;
Background color
Panel with #bc928b background
background-color: #bc928b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc928b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 146, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 146, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc928b; background: linear-gradient(135deg, #bc928b, #BCB38B);