#f3ccdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
243, 204, 223
HSL
331°, 62%, 88%
CMYK
0, 16, 8, 5
Luminance
0.6757
Every format
| HEX | #f3ccdf |
| RGB | rgb(243, 204, 223) |
| HSL | hsl(331, 62%, 88%) |
| CMYK | cmyk(0%, 16%, 8%, 5%) |
| LAB | lab(85.8 16.8 -4.3) |
| LCH | lch(85.8 17.3 345.8) |
| OKLCH | oklch(0.884 0.050 347.3) |
Copy-ready code
/* CSS */
color: #f3ccdf;
background-color: #f3ccdf;
/* Tailwind (arbitrary) */
class="text-[#f3ccdf] bg-[#f3ccdf]"
/* SCSS */
$brand: #f3ccdf;
/* SwiftUI */
Color(red: 0.953, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#f3ccdf")Accessibility — WCAG contrast
Aa
#f3ccdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ccdf on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow8.2%
Key (black)4.7%
Color previews
#f3ccdf text on a black background
contrast 14.51:1
Card sample
#f3ccdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ccdf;
Background color
Panel with #f3ccdf background
background-color: #f3ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ccdf; background: linear-gradient(135deg, #f3ccdf, #F3D3CC);