#fffadf
a pale, electric yellow · cool · closest name: beige
RGB
255, 250, 223
HSL
51°, 100%, 94%
CMYK
0, 2, 13, 0
Luminance
0.9496
Every format
| HEX | #fffadf |
| RGB | rgb(255, 250, 223) |
| HSL | hsl(51, 100%, 94%) |
| CMYK | cmyk(0%, 2%, 13%, 0%) |
| LAB | lab(98.0 -2.8 13.6) |
| LCH | lch(98.0 13.8 101.5) |
| OKLCH | oklch(0.982 0.036 98.4) |
Copy-ready code
/* CSS */
color: #fffadf;
background-color: #fffadf;
/* Tailwind (arbitrary) */
class="text-[#fffadf] bg-[#fffadf]"
/* SCSS */
$brand: #fffadf;
/* SwiftUI */
Color(red: 1.000, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#fffadf")Accessibility — WCAG contrast
Aa
#fffadf on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffadf on black: 19.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green98.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow12.5%
Key (black)0.0%
Color previews
#fffadf text on a black background
contrast 19.99:1
Card sample
#fffadf text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffadf;
Background color
Panel with #fffadf background
background-color: #fffadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffadf; background: linear-gradient(135deg, #fffadf, #EFFFDF);