#f4ccda
a pale, vivid magenta / pink · warm · closest name: pink
RGB
244, 204, 218
HSL
339°, 65%, 88%
CMYK
0, 16, 11, 4
Luminance
0.6748
Every format
| HEX | #f4ccda |
| RGB | rgb(244, 204, 218) |
| HSL | hsl(339, 65%, 88%) |
| CMYK | cmyk(0%, 16%, 11%, 4%) |
| LAB | lab(85.8 16.3 -1.6) |
| LCH | lch(85.8 16.4 354.2) |
| OKLCH | oklch(0.883 0.048 355.1) |
Copy-ready code
/* CSS */
color: #f4ccda;
background-color: #f4ccda;
/* Tailwind (arbitrary) */
class="text-[#f4ccda] bg-[#f4ccda]"
/* SCSS */
$brand: #f4ccda;
/* SwiftUI */
Color(red: 0.957, green: 0.800, blue: 0.855)
/* Android */
Color.parseColor("#f4ccda")Accessibility — WCAG contrast
Aa
#f4ccda on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4ccda on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green80.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow10.7%
Key (black)4.3%
Color previews
#f4ccda text on a black background
contrast 14.50:1
Card sample
#f4ccda text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4ccda;
Background color
Panel with #f4ccda background
background-color: #f4ccda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4ccda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 204, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 204, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4ccda; background: linear-gradient(135deg, #f4ccda, #F4D9CC);