#fdffe7
a pale, electric yellow · cool · closest name: beige
RGB
253, 255, 231
HSL
65°, 100%, 95%
CMYK
1, 0, 9, 0
Luminance
0.9817
Every format
| HEX | #fdffe7 |
| RGB | rgb(253, 255, 231) |
| HSL | hsl(65, 100%, 95%) |
| CMYK | cmyk(1%, 0%, 9%, 0%) |
| LAB | lab(99.3 -4.7 11.3) |
| LCH | lch(99.3 12.2 112.7) |
| OKLCH | oklch(0.992 0.031 110.8) |
Copy-ready code
/* CSS */
color: #fdffe7;
background-color: #fdffe7;
/* Tailwind (arbitrary) */
class="text-[#fdffe7] bg-[#fdffe7]"
/* SCSS */
$brand: #fdffe7;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.906)
/* Android */
Color.parseColor("#fdffe7")Accessibility — WCAG contrast
Aa
#fdffe7 on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffe7 on black: 20.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue90.6%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow9.4%
Key (black)0.0%
Color previews
#fdffe7 text on a black background
contrast 20.63:1
Card sample
#fdffe7 text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffe7;
Background color
Panel with #fdffe7 background
background-color: #fdffe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffe7; background: linear-gradient(135deg, #fdffe7, #EDFFE7);