#f1cddc
a pale, vivid magenta / pink · warm · closest name: pink
RGB
241, 205, 220
HSL
335°, 56%, 88%
CMYK
0, 15, 9, 6
Luminance
0.6753
Every format
| HEX | #f1cddc |
| RGB | rgb(241, 205, 220) |
| HSL | hsl(335, 56%, 88%) |
| CMYK | cmyk(0%, 15%, 9%, 6%) |
| LAB | lab(85.8 15.1 -2.7) |
| LCH | lch(85.8 15.3 349.8) |
| OKLCH | oklch(0.883 0.045 351.0) |
Copy-ready code
/* CSS */
color: #f1cddc;
background-color: #f1cddc;
/* Tailwind (arbitrary) */
class="text-[#f1cddc] bg-[#f1cddc]"
/* SCSS */
$brand: #f1cddc;
/* SwiftUI */
Color(red: 0.945, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#f1cddc")Accessibility — WCAG contrast
Aa
#f1cddc on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cddc on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green80.4%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow8.7%
Key (black)5.5%
Color previews
#f1cddc text on a black background
contrast 14.51:1
Card sample
#f1cddc text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cddc;
Background color
Panel with #f1cddc background
background-color: #f1cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cddc; background: linear-gradient(135deg, #f1cddc, #F1D6CD);