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