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