#faf6f8
a pale, soft magenta / pink · warm · closest name: white
RGB
250, 246, 248
HSL
330°, 29%, 97%
CMYK
0, 2, 1, 2
Luminance
0.9301
Every format
| HEX | #faf6f8 |
| RGB | rgb(250, 246, 248) |
| HSL | hsl(330, 29%, 97%) |
| CMYK | cmyk(0%, 2%, 1%, 2%) |
| LAB | lab(97.2 1.7 -0.5) |
| LCH | lch(97.2 1.8 343.7) |
| OKLCH | oklch(0.977 0.005 345.3) |
Copy-ready code
/* CSS */
color: #faf6f8;
background-color: #faf6f8;
/* Tailwind (arbitrary) */
class="text-[#faf6f8] bg-[#faf6f8]"
/* SCSS */
$brand: #faf6f8;
/* SwiftUI */
Color(red: 0.980, green: 0.965, blue: 0.973)
/* Android */
Color.parseColor("#faf6f8")Accessibility — WCAG contrast
Aa
#faf6f8 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf6f8 on black: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green96.5%
Blue97.3%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow0.8%
Key (black)2.0%
Color previews
#faf6f8 text on a black background
contrast 19.60:1
Card sample
#faf6f8 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf6f8;
Background color
Panel with #faf6f8 background
background-color: #faf6f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf6f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 246, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 246, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf6f8; background: linear-gradient(135deg, #faf6f8, #FAF7F6);