#faf5f7
a pale, soft magenta / pink · warm · closest name: white
RGB
250, 245, 247
HSL
336°, 33%, 97%
CMYK
0, 2, 1, 2
Luminance
0.9234
Every format
| HEX | #faf5f7 |
| RGB | rgb(250, 245, 247) |
| HSL | hsl(336, 33%, 97%) |
| CMYK | cmyk(0%, 2%, 1%, 2%) |
| LAB | lab(97.0 2.0 -0.4) |
| LCH | lch(97.0 2.0 349.6) |
| OKLCH | oklch(0.975 0.006 350.8) |
Copy-ready code
/* CSS */
color: #faf5f7;
background-color: #faf5f7;
/* Tailwind (arbitrary) */
class="text-[#faf5f7] bg-[#faf5f7]"
/* SCSS */
$brand: #faf5f7;
/* SwiftUI */
Color(red: 0.980, green: 0.961, blue: 0.969)
/* Android */
Color.parseColor("#faf5f7")Accessibility — WCAG contrast
Aa
#faf5f7 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf5f7 on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green96.1%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow1.2%
Key (black)2.0%
Color previews
#faf5f7 text on a black background
contrast 19.47:1
Card sample
#faf5f7 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf5f7;
Background color
Panel with #faf5f7 background
background-color: #faf5f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf5f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 245, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 245, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf5f7; background: linear-gradient(135deg, #faf5f7, #FAF6F5);