#f9cffd
a pale, electric magenta / pink · warm · closest name: plum
RGB
249, 207, 253
HSL
295°, 92%, 90%
CMYK
2, 18, 0, 1
Luminance
0.7186
Every format
| HEX | #f9cffd |
| RGB | rgb(249, 207, 253) |
| HSL | hsl(295, 92%, 90%) |
| CMYK | cmyk(2%, 18%, 0%, 1%) |
| LAB | lab(87.9 22.5 -16.9) |
| LCH | lch(87.9 28.1 323.0) |
| OKLCH | oklch(0.904 0.076 323.4) |
Copy-ready code
/* CSS */
color: #f9cffd;
background-color: #f9cffd;
/* Tailwind (arbitrary) */
class="text-[#f9cffd] bg-[#f9cffd]"
/* SCSS */
$brand: #f9cffd;
/* SwiftUI */
Color(red: 0.976, green: 0.812, blue: 0.992)
/* Android */
Color.parseColor("#f9cffd")Accessibility — WCAG contrast
Aa
#f9cffd on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cffd on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green81.2%
Blue99.2%
CMYK percentages
Cyan1.6%
Magenta18.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f9cffd text on a black background
contrast 15.37:1
Card sample
#f9cffd text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cffd;
Background color
Panel with #f9cffd background
background-color: #f9cffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 207, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 207, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cffd; background: linear-gradient(135deg, #f9cffd, #FDCFE2);