#f3cdec
a pale, vivid magenta / pink · warm · closest name: pink
RGB
243, 205, 236
HSL
311°, 61%, 88%
CMYK
0, 16, 3, 5
Luminance
0.6877
Every format
| HEX | #f3cdec |
| RGB | rgb(243, 205, 236) |
| HSL | hsl(311, 61%, 88%) |
| CMYK | cmyk(0%, 16%, 3%, 5%) |
| LAB | lab(86.4 18.5 -10.3) |
| LCH | lch(86.4 21.1 331.0) |
| OKLCH | oklch(0.890 0.059 332.3) |
Copy-ready code
/* CSS */
color: #f3cdec;
background-color: #f3cdec;
/* Tailwind (arbitrary) */
class="text-[#f3cdec] bg-[#f3cdec]"
/* SCSS */
$brand: #f3cdec;
/* SwiftUI */
Color(red: 0.953, green: 0.804, blue: 0.925)
/* Android */
Color.parseColor("#f3cdec")Accessibility — WCAG contrast
Aa
#f3cdec on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cdec on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green80.4%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow2.9%
Key (black)4.7%
Color previews
#f3cdec text on a black background
contrast 14.75:1
Card sample
#f3cdec text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cdec;
Background color
Panel with #f3cdec background
background-color: #f3cdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 205, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 205, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cdec; background: linear-gradient(135deg, #f3cdec, #F3CDD2);