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