#f1cdec
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
241, 205, 236
HSL
308°, 56%, 88%
CMYK
0, 15, 2, 6
Luminance
0.6842
Every format
| HEX | #f1cdec |
| RGB | rgb(241, 205, 236) |
| HSL | hsl(308, 56%, 88%) |
| CMYK | cmyk(0%, 15%, 2%, 6%) |
| LAB | lab(86.2 17.8 -10.6) |
| LCH | lch(86.2 20.7 329.4) |
| OKLCH | oklch(0.888 0.057 330.6) |
Copy-ready code
/* CSS */
color: #f1cdec;
background-color: #f1cdec;
/* Tailwind (arbitrary) */
class="text-[#f1cdec] bg-[#f1cdec]"
/* SCSS */
$brand: #f1cdec;
/* SwiftUI */
Color(red: 0.945, green: 0.804, blue: 0.925)
/* Android */
Color.parseColor("#f1cdec")Accessibility — WCAG contrast
Aa
#f1cdec on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cdec on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green80.4%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow2.1%
Key (black)5.5%
Color previews
#f1cdec text on a black background
contrast 14.68:1
Card sample
#f1cdec text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cdec;
Background color
Panel with #f1cdec background
background-color: #f1cdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 205, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 205, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cdec; background: linear-gradient(135deg, #f1cdec, #F1CDD4);