#faf2f4
a pale, soft red · warm · closest name: white
RGB
250, 242, 244
HSL
345°, 44%, 97%
CMYK
0, 3, 2, 2
Luminance
0.9036
Every format
| HEX | #faf2f4 |
| RGB | rgb(250, 242, 244) |
| HSL | hsl(345, 44%, 97%) |
| CMYK | cmyk(0%, 3%, 2%, 2%) |
| LAB | lab(96.2 3.0 -0.0) |
| LCH | lch(96.2 3.0 359.8) |
| OKLCH | oklch(0.968 0.009 0.1) |
Copy-ready code
/* CSS */
color: #faf2f4;
background-color: #faf2f4;
/* Tailwind (arbitrary) */
class="text-[#faf2f4] bg-[#faf2f4]"
/* SCSS */
$brand: #faf2f4;
/* SwiftUI */
Color(red: 0.980, green: 0.949, blue: 0.957)
/* Android */
Color.parseColor("#faf2f4")Accessibility — WCAG contrast
Aa
#faf2f4 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf2f4 on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green94.9%
Blue95.7%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow2.4%
Key (black)2.0%
Color previews
#faf2f4 text on a black background
contrast 19.07:1
Card sample
#faf2f4 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf2f4;
Background color
Panel with #faf2f4 background
background-color: #faf2f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf2f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 242, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 242, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf2f4; background: linear-gradient(135deg, #faf2f4, #FAF5F2);