#f9c7fa
a pale, electric magenta / pink · warm · closest name: plum
RGB
249, 199, 250
HSL
299°, 84%, 88%
CMYK
0, 20, 0, 2
Luminance
0.6789
Every format
| HEX | #f9c7fa |
| RGB | rgb(249, 199, 250) |
| HSL | hsl(299, 84%, 88%) |
| CMYK | cmyk(0%, 20%, 0%, 2%) |
| LAB | lab(86.0 26.1 -18.3) |
| LCH | lch(86.0 31.9 325.0) |
| OKLCH | oklch(0.889 0.087 325.7) |
Copy-ready code
/* CSS */
color: #f9c7fa;
background-color: #f9c7fa;
/* Tailwind (arbitrary) */
class="text-[#f9c7fa] bg-[#f9c7fa]"
/* SCSS */
$brand: #f9c7fa;
/* SwiftUI */
Color(red: 0.976, green: 0.780, blue: 0.980)
/* Android */
Color.parseColor("#f9c7fa")Accessibility — WCAG contrast
Aa
#f9c7fa on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9c7fa on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green78.0%
Blue98.0%
CMYK percentages
Cyan0.4%
Magenta20.4%
Yellow0.0%
Key (black)2.0%
Color previews
#f9c7fa text on a black background
contrast 14.58:1
Card sample
#f9c7fa text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9c7fa;
Background color
Panel with #f9c7fa background
background-color: #f9c7fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9c7fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 199, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 199, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9c7fa; background: linear-gradient(135deg, #f9c7fa, #FAC7D9);