#bc697f
a balanced, soft magenta / pink · warm · closest name: salmon
RGB
188, 105, 127
HSL
344°, 38%, 58%
CMYK
0, 44, 32, 26
Luminance
0.2233
Every format
| HEX | #bc697f |
| RGB | rgb(188, 105, 127) |
| HSL | hsl(344, 38%, 58%) |
| CMYK | cmyk(0%, 44%, 32%, 26%) |
| LAB | lab(54.4 35.7 2.5) |
| LCH | lch(54.4 35.8 4.1) |
| OKLCH | oklch(0.621 0.108 3.7) |
Copy-ready code
/* CSS */
color: #bc697f;
background-color: #bc697f;
/* Tailwind (arbitrary) */
class="text-[#bc697f] bg-[#bc697f]"
/* SCSS */
$brand: #bc697f;
/* SwiftUI */
Color(red: 0.737, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#bc697f")Accessibility — WCAG contrast
Aa
#bc697f on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc697f on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green41.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow32.4%
Key (black)26.3%
Color previews
#bc697f text on a black background
contrast 5.47:1
Card sample
#bc697f text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc697f;
Background color
Panel with #bc697f background
background-color: #bc697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc697f; background: linear-gradient(135deg, #bc697f, #BC8A69);