#f4c9da
a pale, vivid magenta / pink · warm · closest name: pink
RGB
244, 201, 218
HSL
336°, 66%, 87%
CMYK
0, 18, 11, 4
Luminance
0.6607
Every format
| HEX | #f4c9da |
| RGB | rgb(244, 201, 218) |
| HSL | hsl(336, 66%, 87%) |
| CMYK | cmyk(0%, 18%, 11%, 4%) |
| LAB | lab(85.0 17.9 -2.7) |
| LCH | lch(85.0 18.1 351.4) |
| OKLCH | oklch(0.878 0.053 352.5) |
Copy-ready code
/* CSS */
color: #f4c9da;
background-color: #f4c9da;
/* Tailwind (arbitrary) */
class="text-[#f4c9da] bg-[#f4c9da]"
/* SCSS */
$brand: #f4c9da;
/* SwiftUI */
Color(red: 0.957, green: 0.788, blue: 0.855)
/* Android */
Color.parseColor("#f4c9da")Accessibility — WCAG contrast
Aa
#f4c9da on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4c9da on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green78.8%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow10.7%
Key (black)4.3%
Color previews
#f4c9da text on a black background
contrast 14.21:1
Card sample
#f4c9da text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4c9da;
Background color
Panel with #f4c9da background
background-color: #f4c9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4c9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 201, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 201, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4c9da; background: linear-gradient(135deg, #f4c9da, #F4D5C9);