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