#fdffd4
a pale, electric yellow · cool · closest name: beige
RGB
253, 255, 212
HSL
63°, 100%, 92%
CMYK
1, 0, 17, 0
Luminance
0.9716
Every format
| HEX | #fdffd4 |
| RGB | rgb(253, 255, 212) |
| HSL | hsl(63, 100%, 92%) |
| CMYK | cmyk(1%, 0%, 17%, 0%) |
| LAB | lab(98.9 -7.6 20.4) |
| LCH | lch(98.9 21.8 110.5) |
| OKLCH | oklch(0.988 0.056 109.6) |
Copy-ready code
/* CSS */
color: #fdffd4;
background-color: #fdffd4;
/* Tailwind (arbitrary) */
class="text-[#fdffd4] bg-[#fdffd4]"
/* SCSS */
$brand: #fdffd4;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.831)
/* Android */
Color.parseColor("#fdffd4")Accessibility — WCAG contrast
Aa
#fdffd4 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffd4 on black: 20.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue83.1%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow16.9%
Key (black)0.0%
Color previews
#fdffd4 text on a black background
contrast 20.43:1
Card sample
#fdffd4 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffd4;
Background color
Panel with #fdffd4 background
background-color: #fdffd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffd4; background: linear-gradient(135deg, #fdffd4, #E0FFD4);