#f9eef2
a pale, vivid magenta / pink · warm · closest name: white
RGB
249, 238, 242
HSL
338°, 48%, 96%
CMYK
0, 4, 3, 2
Luminance
0.8770
Every format
| HEX | #f9eef2 |
| RGB | rgb(249, 238, 242) |
| HSL | hsl(338, 48%, 96%) |
| CMYK | cmyk(0%, 4%, 3%, 2%) |
| LAB | lab(95.0 4.4 -0.6) |
| LCH | lch(95.0 4.4 352.1) |
| OKLCH | oklch(0.959 0.013 353.1) |
Copy-ready code
/* CSS */
color: #f9eef2;
background-color: #f9eef2;
/* Tailwind (arbitrary) */
class="text-[#f9eef2] bg-[#f9eef2]"
/* SCSS */
$brand: #f9eef2;
/* SwiftUI */
Color(red: 0.976, green: 0.933, blue: 0.949)
/* Android */
Color.parseColor("#f9eef2")Accessibility — WCAG contrast
Aa
#f9eef2 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9eef2 on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green93.3%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow2.8%
Key (black)2.4%
Color previews
#f9eef2 text on a black background
contrast 18.54:1
Card sample
#f9eef2 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9eef2;
Background color
Panel with #f9eef2 background
background-color: #f9eef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9eef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 238, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 238, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9eef2; background: linear-gradient(135deg, #f9eef2, #F9F1EE);