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