#f9cfda
a pale, electric magenta / pink · warm · closest name: pink
RGB
249, 207, 218
HSL
344°, 78%, 89%
CMYK
0, 17, 12, 2
Luminance
0.6983
Every format
| HEX | #f9cfda |
| RGB | rgb(249, 207, 218) |
| HSL | hsl(344, 78%, 89%) |
| CMYK | cmyk(0%, 17%, 12%, 2%) |
| LAB | lab(86.9 16.4 0.1) |
| LCH | lch(86.9 16.4 0.4) |
| OKLCH | oklch(0.893 0.049 0.6) |
Copy-ready code
/* CSS */
color: #f9cfda;
background-color: #f9cfda;
/* Tailwind (arbitrary) */
class="text-[#f9cfda] bg-[#f9cfda]"
/* SCSS */
$brand: #f9cfda;
/* SwiftUI */
Color(red: 0.976, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#f9cfda")Accessibility — WCAG contrast
Aa
#f9cfda on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cfda on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green81.2%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow12.4%
Key (black)2.4%
Color previews
#f9cfda text on a black background
contrast 14.97:1
Card sample
#f9cfda text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cfda;
Background color
Panel with #f9cfda background
background-color: #f9cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cfda; background: linear-gradient(135deg, #f9cfda, #F9E0CF);