#f1bfdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
241, 191, 223
HSL
322°, 64%, 85%
CMYK
0, 21, 8, 6
Luminance
0.6129
Every format
| HEX | #f1bfdf |
| RGB | rgb(241, 191, 223) |
| HSL | hsl(322, 64%, 85%) |
| CMYK | cmyk(0%, 21%, 8%, 6%) |
| LAB | lab(82.5 23.0 -9.1) |
| LCH | lch(82.5 24.7 338.4) |
| OKLCH | oklch(0.858 0.070 340.1) |
Copy-ready code
/* CSS */
color: #f1bfdf;
background-color: #f1bfdf;
/* Tailwind (arbitrary) */
class="text-[#f1bfdf] bg-[#f1bfdf]"
/* SCSS */
$brand: #f1bfdf;
/* SwiftUI */
Color(red: 0.945, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#f1bfdf")Accessibility — WCAG contrast
Aa
#f1bfdf on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1bfdf on black: 13.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green74.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow7.5%
Key (black)5.5%
Color previews
#f1bfdf text on a black background
contrast 13.26:1
Card sample
#f1bfdf text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1bfdf;
Background color
Panel with #f1bfdf background
background-color: #f1bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1bfdf; background: linear-gradient(135deg, #f1bfdf, #F1C0BF);