#f9bcbc
a pale, electric red · warm · closest name: pink
RGB
249, 188, 188
HSL
0°, 84%, 86%
CMYK
0, 25, 25, 2
Luminance
0.5974
Every format
| HEX | #f9bcbc |
| RGB | rgb(249, 188, 188) |
| HSL | hsl(0, 84%, 86%) |
| CMYK | cmyk(0%, 25%, 25%, 2%) |
| LAB | lab(81.7 21.9 8.6) |
| LCH | lch(81.7 23.6 21.3) |
| OKLCH | oklch(0.851 0.071 18.6) |
Copy-ready code
/* CSS */
color: #f9bcbc;
background-color: #f9bcbc;
/* Tailwind (arbitrary) */
class="text-[#f9bcbc] bg-[#f9bcbc]"
/* SCSS */
$brand: #f9bcbc;
/* SwiftUI */
Color(red: 0.976, green: 0.737, blue: 0.737)
/* Android */
Color.parseColor("#f9bcbc")Accessibility — WCAG contrast
Aa
#f9bcbc on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9bcbc on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green73.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow24.5%
Key (black)2.4%
Color previews
#f9bcbc text on a black background
contrast 12.95:1
Card sample
#f9bcbc text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9bcbc;
Background color
Panel with #f9bcbc background
background-color: #f9bcbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9bcbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 188, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 188, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9bcbc; background: linear-gradient(135deg, #f9bcbc, #F9E5BC);