#f3cbda
a pale, vivid magenta / pink · warm · closest name: pink
RGB
243, 203, 218
HSL
338°, 63%, 88%
CMYK
0, 17, 10, 5
Luminance
0.6683
Every format
| HEX | #f3cbda |
| RGB | rgb(243, 203, 218) |
| HSL | hsl(338, 63%, 88%) |
| CMYK | cmyk(0%, 17%, 10%, 5%) |
| LAB | lab(85.4 16.5 -2.1) |
| LCH | lch(85.4 16.6 352.6) |
| OKLCH | oklch(0.881 0.049 353.6) |
Copy-ready code
/* CSS */
color: #f3cbda;
background-color: #f3cbda;
/* Tailwind (arbitrary) */
class="text-[#f3cbda] bg-[#f3cbda]"
/* SCSS */
$brand: #f3cbda;
/* SwiftUI */
Color(red: 0.953, green: 0.796, blue: 0.855)
/* Android */
Color.parseColor("#f3cbda")Accessibility — WCAG contrast
Aa
#f3cbda on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cbda on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green79.6%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow10.3%
Key (black)4.7%
Color previews
#f3cbda text on a black background
contrast 14.37:1
Card sample
#f3cbda text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cbda;
Background color
Panel with #f3cbda background
background-color: #f3cbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 203, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 203, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cbda; background: linear-gradient(135deg, #f3cbda, #F3D7CB);