#fffedf
a pale, electric yellow · cool · closest name: beige
RGB
255, 254, 223
HSL
58°, 100%, 94%
CMYK
0, 0, 13, 0
Luminance
0.9747
Every format
| HEX | #fffedf |
| RGB | rgb(255, 254, 223) |
| HSL | hsl(58, 100%, 94%) |
| CMYK | cmyk(0%, 0%, 13%, 0%) |
| LAB | lab(99.0 -4.8 15.0) |
| LCH | lch(99.0 15.7 107.7) |
| OKLCH | oklch(0.990 0.040 105.6) |
Copy-ready code
/* CSS */
color: #fffedf;
background-color: #fffedf;
/* Tailwind (arbitrary) */
class="text-[#fffedf] bg-[#fffedf]"
/* SCSS */
$brand: #fffedf;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.875)
/* Android */
Color.parseColor("#fffedf")Accessibility — WCAG contrast
Aa
#fffedf on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffedf on black: 20.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow12.5%
Key (black)0.0%
Color previews
#fffedf text on a black background
contrast 20.49:1
Card sample
#fffedf text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffedf;
Background color
Panel with #fffedf background
background-color: #fffedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffedf; background: linear-gradient(135deg, #fffedf, #EBFFDF);