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