#fdffe3
a pale, electric yellow · cool · closest name: beige
RGB
253, 255, 227
HSL
64°, 100%, 95%
CMYK
1, 0, 11, 0
Luminance
0.9795
Every format
| HEX | #fdffe3 |
| RGB | rgb(253, 255, 227) |
| HSL | hsl(64, 100%, 95%) |
| CMYK | cmyk(1%, 0%, 11%, 0%) |
| LAB | lab(99.2 -5.3 13.2) |
| LCH | lch(99.2 14.2 112.0) |
| OKLCH | oklch(0.991 0.036 110.4) |
Copy-ready code
/* CSS */
color: #fdffe3;
background-color: #fdffe3;
/* Tailwind (arbitrary) */
class="text-[#fdffe3] bg-[#fdffe3]"
/* SCSS */
$brand: #fdffe3;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.890)
/* Android */
Color.parseColor("#fdffe3")Accessibility — WCAG contrast
Aa
#fdffe3 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffe3 on black: 20.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue89.0%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow11.0%
Key (black)0.0%
Color previews
#fdffe3 text on a black background
contrast 20.59:1
Card sample
#fdffe3 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffe3;
Background color
Panel with #fdffe3 background
background-color: #fdffe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffe3; background: linear-gradient(135deg, #fdffe3, #EAFFE3);