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