#f4bfcf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
244, 191, 207
HSL
342°, 71%, 85%
CMYK
0, 22, 15, 4
Luminance
0.6100
Every format
| HEX | #f4bfcf |
| RGB | rgb(244, 191, 207) |
| HSL | hsl(342, 71%, 85%) |
| CMYK | cmyk(0%, 22%, 15%, 4%) |
| LAB | lab(82.4 21.4 -0.7) |
| LCH | lch(82.4 21.4 358.1) |
| OKLCH | oklch(0.856 0.064 358.6) |
Copy-ready code
/* CSS */
color: #f4bfcf;
background-color: #f4bfcf;
/* Tailwind (arbitrary) */
class="text-[#f4bfcf] bg-[#f4bfcf]"
/* SCSS */
$brand: #f4bfcf;
/* SwiftUI */
Color(red: 0.957, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#f4bfcf")Accessibility — WCAG contrast
Aa
#f4bfcf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4bfcf on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green74.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow15.2%
Key (black)4.3%
Color previews
#f4bfcf text on a black background
contrast 13.20:1
Card sample
#f4bfcf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4bfcf;
Background color
Panel with #f4bfcf background
background-color: #f4bfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4bfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4bfcf; background: linear-gradient(135deg, #f4bfcf, #F4D2BF);