#bc928f
a balanced, soft red · warm · closest name: gray
RGB
188, 146, 143
HSL
4°, 25%, 65%
CMYK
0, 22, 24, 26
Luminance
0.3323
Every format
| HEX | #bc928f |
| RGB | rgb(188, 146, 143) |
| HSL | hsl(4, 25%, 65%) |
| CMYK | cmyk(0%, 22%, 24%, 26%) |
| LAB | lab(64.3 15.3 7.7) |
| LCH | lch(64.3 17.2 26.6) |
| OKLCH | oklch(0.699 0.051 23.2) |
Copy-ready code
/* CSS */
color: #bc928f;
background-color: #bc928f;
/* Tailwind (arbitrary) */
class="text-[#bc928f] bg-[#bc928f]"
/* SCSS */
$brand: #bc928f;
/* SwiftUI */
Color(red: 0.737, green: 0.573, blue: 0.561)
/* Android */
Color.parseColor("#bc928f")Accessibility — WCAG contrast
Aa
#bc928f on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc928f on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow23.9%
Key (black)26.3%
Color previews
#bc928f text on a black background
contrast 7.65:1
Card sample
#bc928f text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc928f;
Background color
Panel with #bc928f background
background-color: #bc928f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc928f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 146, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 146, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc928f; background: linear-gradient(135deg, #bc928f, #BCB08F);