#f5ccdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
245, 204, 223
HSL
332°, 67%, 88%
CMYK
0, 17, 9, 4
Luminance
0.6793
Every format
| HEX | #f5ccdf |
| RGB | rgb(245, 204, 223) |
| HSL | hsl(332, 67%, 88%) |
| CMYK | cmyk(0%, 17%, 9%, 4%) |
| LAB | lab(86.0 17.5 -4.0) |
| LCH | lch(86.0 17.9 347.2) |
| OKLCH | oklch(0.886 0.052 348.6) |
Copy-ready code
/* CSS */
color: #f5ccdf;
background-color: #f5ccdf;
/* Tailwind (arbitrary) */
class="text-[#f5ccdf] bg-[#f5ccdf]"
/* SCSS */
$brand: #f5ccdf;
/* SwiftUI */
Color(red: 0.961, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#f5ccdf")Accessibility — WCAG contrast
Aa
#f5ccdf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ccdf on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta16.7%
Yellow9.0%
Key (black)3.9%
Color previews
#f5ccdf text on a black background
contrast 14.59:1
Card sample
#f5ccdf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ccdf;
Background color
Panel with #f5ccdf background
background-color: #f5ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ccdf; background: linear-gradient(135deg, #f5ccdf, #F5D4CC);