#f9cdf1
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 205, 241
HSL
311°, 79%, 89%
CMYK
0, 18, 3, 2
Luminance
0.7015
Every format
| HEX | #f9cdf1 |
| RGB | rgb(249, 205, 241) |
| HSL | hsl(311, 79%, 89%) |
| CMYK | cmyk(0%, 18%, 3%, 2%) |
| LAB | lab(87.1 21.4 -11.8) |
| LCH | lch(87.1 24.4 331.0) |
| OKLCH | oklch(0.897 0.068 332.4) |
Copy-ready code
/* CSS */
color: #f9cdf1;
background-color: #f9cdf1;
/* Tailwind (arbitrary) */
class="text-[#f9cdf1] bg-[#f9cdf1]"
/* SCSS */
$brand: #f9cdf1;
/* SwiftUI */
Color(red: 0.976, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#f9cdf1")Accessibility — WCAG contrast
Aa
#f9cdf1 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cdf1 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green80.4%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow3.2%
Key (black)2.4%
Color previews
#f9cdf1 text on a black background
contrast 15.03:1
Card sample
#f9cdf1 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cdf1;
Background color
Panel with #f9cdf1 background
background-color: #f9cdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cdf1; background: linear-gradient(135deg, #f9cdf1, #F9CDD4);