#f4cddc
a pale, vivid magenta / pink · warm · closest name: pink
RGB
244, 205, 220
HSL
337°, 64%, 88%
CMYK
0, 16, 10, 4
Luminance
0.6806
Every format
| HEX | #f4cddc |
| RGB | rgb(244, 205, 220) |
| HSL | hsl(337, 64%, 88%) |
| CMYK | cmyk(0%, 16%, 10%, 4%) |
| LAB | lab(86.0 16.1 -2.3) |
| LCH | lch(86.0 16.3 351.9) |
| OKLCH | oklch(0.886 0.048 353.0) |
Copy-ready code
/* CSS */
color: #f4cddc;
background-color: #f4cddc;
/* Tailwind (arbitrary) */
class="text-[#f4cddc] bg-[#f4cddc]"
/* SCSS */
$brand: #f4cddc;
/* SwiftUI */
Color(red: 0.957, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#f4cddc")Accessibility — WCAG contrast
Aa
#f4cddc on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4cddc on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.4%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow9.8%
Key (black)4.3%
Color previews
#f4cddc text on a black background
contrast 14.61:1
Card sample
#f4cddc text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4cddc;
Background color
Panel with #f4cddc background
background-color: #f4cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4cddc; background: linear-gradient(135deg, #f4cddc, #F4D8CD);