#faeef3
a pale, vivid magenta / pink · warm · closest name: white
RGB
250, 238, 243
HSL
335°, 55%, 96%
CMYK
0, 5, 3, 2
Luminance
0.8794
Every format
| HEX | #faeef3 |
| RGB | rgb(250, 238, 243) |
| HSL | hsl(335, 55%, 96%) |
| CMYK | cmyk(0%, 5%, 3%, 2%) |
| LAB | lab(95.1 4.9 -1.0) |
| LCH | lch(95.1 5.0 348.8) |
| OKLCH | oklch(0.960 0.015 350.1) |
Copy-ready code
/* CSS */
color: #faeef3;
background-color: #faeef3;
/* Tailwind (arbitrary) */
class="text-[#faeef3] bg-[#faeef3]"
/* SCSS */
$brand: #faeef3;
/* SwiftUI */
Color(red: 0.980, green: 0.933, blue: 0.953)
/* Android */
Color.parseColor("#faeef3")Accessibility — WCAG contrast
Aa
#faeef3 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeef3 on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green93.3%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow2.8%
Key (black)2.0%
Color previews
#faeef3 text on a black background
contrast 18.59:1
Card sample
#faeef3 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeef3;
Background color
Panel with #faeef3 background
background-color: #faeef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 238, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 238, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeef3; background: linear-gradient(135deg, #faeef3, #FAF1EE);