#f5bcba
a light, vivid red · warm · closest name: pink
RGB
245, 188, 186
HSL
2°, 75%, 85%
CMYK
0, 23, 24, 4
Luminance
0.5892
Every format
| HEX | #f5bcba |
| RGB | rgb(245, 188, 186) |
| HSL | hsl(2, 75%, 85%) |
| CMYK | cmyk(0%, 23%, 24%, 4%) |
| LAB | lab(81.3 20.2 8.9) |
| LCH | lch(81.3 22.1 23.9) |
| OKLCH | oklch(0.846 0.066 20.9) |
Copy-ready code
/* CSS */
color: #f5bcba;
background-color: #f5bcba;
/* Tailwind (arbitrary) */
class="text-[#f5bcba] bg-[#f5bcba]"
/* SCSS */
$brand: #f5bcba;
/* SwiftUI */
Color(red: 0.961, green: 0.737, blue: 0.729)
/* Android */
Color.parseColor("#f5bcba")Accessibility — WCAG contrast
Aa
#f5bcba on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bcba on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green73.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow24.1%
Key (black)3.9%
Color previews
#f5bcba text on a black background
contrast 12.78:1
Card sample
#f5bcba text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bcba;
Background color
Panel with #f5bcba background
background-color: #f5bcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 188, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 188, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bcba; background: linear-gradient(135deg, #f5bcba, #F5E3BA);