#faeff2
a pale, vivid magenta / pink · warm · closest name: white
RGB
250, 239, 242
HSL
344°, 52%, 96%
CMYK
0, 4, 3, 2
Luminance
0.8847
Every format
| HEX | #faeff2 |
| RGB | rgb(250, 239, 242) |
| HSL | hsl(344, 52%, 96%) |
| CMYK | cmyk(0%, 4%, 3%, 2%) |
| LAB | lab(95.4 4.2 -0.1) |
| LCH | lch(95.4 4.2 358.2) |
| OKLCH | oklch(0.962 0.013 358.8) |
Copy-ready code
/* CSS */
color: #faeff2;
background-color: #faeff2;
/* Tailwind (arbitrary) */
class="text-[#faeff2] bg-[#faeff2]"
/* SCSS */
$brand: #faeff2;
/* SwiftUI */
Color(red: 0.980, green: 0.937, blue: 0.949)
/* Android */
Color.parseColor("#faeff2")Accessibility — WCAG contrast
Aa
#faeff2 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeff2 on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green93.7%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow3.2%
Key (black)2.0%
Color previews
#faeff2 text on a black background
contrast 18.69:1
Card sample
#faeff2 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeff2;
Background color
Panel with #faeff2 background
background-color: #faeff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 239, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 239, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeff2; background: linear-gradient(135deg, #faeff2, #FAF3EF);