#f3c3dc
a pale, vivid magenta / pink · warm · closest name: pink
RGB
243, 195, 220
HSL
329°, 67%, 86%
CMYK
0, 20, 10, 5
Luminance
0.6325
Every format
| HEX | #f3c3dc |
| RGB | rgb(243, 195, 220) |
| HSL | hsl(329, 67%, 86%) |
| CMYK | cmyk(0%, 20%, 10%, 5%) |
| LAB | lab(83.6 21.0 -5.9) |
| LCH | lch(83.6 21.8 344.3) |
| OKLCH | oklch(0.867 0.063 345.8) |
Copy-ready code
/* CSS */
color: #f3c3dc;
background-color: #f3c3dc;
/* Tailwind (arbitrary) */
class="text-[#f3c3dc] bg-[#f3c3dc]"
/* SCSS */
$brand: #f3c3dc;
/* SwiftUI */
Color(red: 0.953, green: 0.765, blue: 0.863)
/* Android */
Color.parseColor("#f3c3dc")Accessibility — WCAG contrast
Aa
#f3c3dc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3c3dc on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green76.5%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow9.5%
Key (black)4.7%
Color previews
#f3c3dc text on a black background
contrast 13.65:1
Card sample
#f3c3dc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3c3dc;
Background color
Panel with #f3c3dc background
background-color: #f3c3dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3c3dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 195, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 195, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3c3dc; background: linear-gradient(135deg, #f3c3dc, #F3CAC3);