#f1cfda
a pale, vivid magenta / pink · warm · closest name: pink
RGB
241, 207, 218
HSL
341°, 55%, 88%
CMYK
0, 14, 10, 6
Luminance
0.6839
Every format
| HEX | #f1cfda |
| RGB | rgb(241, 207, 218) |
| HSL | hsl(341, 55%, 88%) |
| CMYK | cmyk(0%, 14%, 10%, 6%) |
| LAB | lab(86.2 13.7 -1.0) |
| LCH | lch(86.2 13.7 355.7) |
| OKLCH | oklch(0.886 0.041 356.5) |
Copy-ready code
/* CSS */
color: #f1cfda;
background-color: #f1cfda;
/* Tailwind (arbitrary) */
class="text-[#f1cfda] bg-[#f1cfda]"
/* SCSS */
$brand: #f1cfda;
/* SwiftUI */
Color(red: 0.945, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#f1cfda")Accessibility — WCAG contrast
Aa
#f1cfda on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cfda on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green81.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow9.5%
Key (black)5.5%
Color previews
#f1cfda text on a black background
contrast 14.68:1
Card sample
#f1cfda text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cfda;
Background color
Panel with #f1cfda background
background-color: #f1cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cfda; background: linear-gradient(135deg, #f1cfda, #F1DBCF);