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