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