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