#faf4f7
a pale, soft magenta / pink · warm · closest name: white
RGB
250, 244, 247
HSL
330°, 38%, 97%
CMYK
0, 2, 1, 2
Luminance
0.9174
Every format
| HEX | #faf4f7 |
| RGB | rgb(250, 244, 247) |
| HSL | hsl(330, 38%, 97%) |
| CMYK | cmyk(0%, 2%, 1%, 2%) |
| LAB | lab(96.7 2.5 -0.7) |
| LCH | lch(96.7 2.6 343.8) |
| OKLCH | oklch(0.973 0.007 345.3) |
Copy-ready code
/* CSS */
color: #faf4f7;
background-color: #faf4f7;
/* Tailwind (arbitrary) */
class="text-[#faf4f7] bg-[#faf4f7]"
/* SCSS */
$brand: #faf4f7;
/* SwiftUI */
Color(red: 0.980, green: 0.957, blue: 0.969)
/* Android */
Color.parseColor("#faf4f7")Accessibility — WCAG contrast
Aa
#faf4f7 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf4f7 on black: 19.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green95.7%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow1.2%
Key (black)2.0%
Color previews
#faf4f7 text on a black background
contrast 19.35:1
Card sample
#faf4f7 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf4f7;
Background color
Panel with #faf4f7 background
background-color: #faf4f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf4f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 244, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 244, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf4f7; background: linear-gradient(135deg, #faf4f7, #FAF5F4);