#bc908e
a balanced, soft red · warm · closest name: gray
RGB
188, 144, 142
HSL
3°, 26%, 65%
CMYK
0, 23, 25, 26
Luminance
0.3259
Every format
| HEX | #bc908e |
| RGB | rgb(188, 144, 142) |
| HSL | hsl(3, 26%, 65%) |
| CMYK | cmyk(0%, 23%, 25%, 26%) |
| LAB | lab(63.8 16.3 7.5) |
| LCH | lch(63.8 17.9 24.7) |
| OKLCH | oklch(0.694 0.054 21.5) |
Copy-ready code
/* CSS */
color: #bc908e;
background-color: #bc908e;
/* Tailwind (arbitrary) */
class="text-[#bc908e] bg-[#bc908e]"
/* SCSS */
$brand: #bc908e;
/* SwiftUI */
Color(red: 0.737, green: 0.565, blue: 0.557)
/* Android */
Color.parseColor("#bc908e")Accessibility — WCAG contrast
Aa
#bc908e on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc908e on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.5%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow24.5%
Key (black)26.3%
Color previews
#bc908e text on a black background
contrast 7.52:1
Card sample
#bc908e text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc908e;
Background color
Panel with #bc908e background
background-color: #bc908e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc908e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 144, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 144, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc908e; background: linear-gradient(135deg, #bc908e, #BCAF8E);