#bf6f7f
a balanced, soft red · warm · closest name: salmon
RGB
191, 111, 127
HSL
348°, 39%, 59%
CMYK
0, 42, 34, 25
Luminance
0.2398
Every format
| HEX | #bf6f7f |
| RGB | rgb(191, 111, 127) |
| HSL | hsl(348, 39%, 59%) |
| CMYK | cmyk(0%, 42%, 34%, 25%) |
| LAB | lab(56.1 33.5 5.0) |
| LCH | lch(56.1 33.9 8.5) |
| OKLCH | oklch(0.634 0.103 7.5) |
Copy-ready code
/* CSS */
color: #bf6f7f;
background-color: #bf6f7f;
/* Tailwind (arbitrary) */
class="text-[#bf6f7f] bg-[#bf6f7f]"
/* SCSS */
$brand: #bf6f7f;
/* SwiftUI */
Color(red: 0.749, green: 0.435, blue: 0.498)
/* Android */
Color.parseColor("#bf6f7f")Accessibility — WCAG contrast
Aa
#bf6f7f on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf6f7f on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green43.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta41.9%
Yellow33.5%
Key (black)25.1%
Color previews
#bf6f7f text on a black background
contrast 5.80:1
Card sample
#bf6f7f text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf6f7f;
Background color
Panel with #bf6f7f background
background-color: #bf6f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf6f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 111, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 111, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf6f7f; background: linear-gradient(135deg, #bf6f7f, #BF946F);