#fffafa
a pale, electric red · warm · “white”
RGB
255, 250, 250
HSL
0°, 100%, 99%
CMYK
0, 2, 2, 0
Luminance
0.9653
Every format
| HEX | #fffafa |
| RGB | rgb(255, 250, 250) |
| HSL | hsl(0, 100%, 99%) |
| CMYK | cmyk(0%, 2%, 2%, 0%) |
| LAB | lab(98.6 1.7 0.6) |
| LCH | lch(98.6 1.8 19.6) |
| OKLCH | oklch(0.989 0.005 17.2) |
Copy-ready code
/* CSS */
color: #fffafa;
background-color: #fffafa;
/* Tailwind (arbitrary) */
class="text-[#fffafa] bg-[#fffafa]"
/* SCSS */
$brand: #fffafa;
/* SwiftUI */
Color(red: 1.000, green: 0.980, blue: 0.980)
/* Android */
Color.parseColor("#fffafa")Accessibility — WCAG contrast
Aa
#fffafa on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffafa on black: 20.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.0%
Blue98.0%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow2.0%
Key (black)0.0%
Color previews
#fffafa text on a black background
contrast 20.31:1
Card sample
#fffafa text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffafa;
Background color
Panel with #fffafa background
background-color: #fffafa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffafa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 250, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 250, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffafa; background: linear-gradient(135deg, #fffafa, #FFFDFA);