#fdfaf2
a pale, vivid yellow · warm · closest name: ivory
RGB
253, 250, 242
HSL
44°, 73%, 97%
CMYK
0, 1, 4, 1
Luminance
0.9566
Every format
| HEX | #fdfaf2 |
| RGB | rgb(253, 250, 242) |
| HSL | hsl(44, 73%, 97%) |
| CMYK | cmyk(0%, 1%, 4%, 1%) |
| LAB | lab(98.3 -0.4 4.2) |
| LCH | lch(98.3 4.2 95.2) |
| OKLCH | oklch(0.985 0.011 89.7) |
Copy-ready code
/* CSS */
color: #fdfaf2;
background-color: #fdfaf2;
/* Tailwind (arbitrary) */
class="text-[#fdfaf2] bg-[#fdfaf2]"
/* SCSS */
$brand: #fdfaf2;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.949)
/* Android */
Color.parseColor("#fdfaf2")Accessibility — WCAG contrast
Aa
#fdfaf2 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfaf2 on black: 20.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow4.3%
Key (black)0.8%
Color previews
#fdfaf2 text on a black background
contrast 20.13:1
Card sample
#fdfaf2 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfaf2;
Background color
Panel with #fdfaf2 background
background-color: #fdfaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfaf2; background: linear-gradient(135deg, #fdfaf2, #F9FDF2);