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