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