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