#ffc9df
a pale, electric magenta / pink · warm · closest name: pink
RGB
255, 201, 223
HSL
336°, 100%, 89%
CMYK
0, 21, 13, 0
Luminance
0.6836
Every format
| HEX | #ffc9df |
| RGB | rgb(255, 201, 223) |
| HSL | hsl(336, 100%, 89%) |
| CMYK | cmyk(0%, 21%, 13%, 0%) |
| LAB | lab(86.2 22.5 -3.5) |
| LCH | lch(86.2 22.8 351.1) |
| OKLCH | oklch(0.890 0.067 352.2) |
Copy-ready code
/* CSS */
color: #ffc9df;
background-color: #ffc9df;
/* Tailwind (arbitrary) */
class="text-[#ffc9df] bg-[#ffc9df]"
/* SCSS */
$brand: #ffc9df;
/* SwiftUI */
Color(red: 1.000, green: 0.788, blue: 0.875)
/* Android */
Color.parseColor("#ffc9df")Accessibility — WCAG contrast
Aa
#ffc9df on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc9df on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green78.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow12.5%
Key (black)0.0%
Color previews
#ffc9df text on a black background
contrast 14.67:1
Card sample
#ffc9df text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc9df;
Background color
Panel with #ffc9df background
background-color: #ffc9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 201, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 201, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc9df; background: linear-gradient(135deg, #ffc9df, #FFD7C9);