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