#fdffca
a pale, electric yellow · cool · closest name: beige
RGB
253, 255, 202
HSL
62°, 100%, 90%
CMYK
1, 0, 21, 0
Luminance
0.9667
Every format
| HEX | #fdffca |
| RGB | rgb(253, 255, 202) |
| HSL | hsl(62, 100%, 90%) |
| CMYK | cmyk(1%, 0%, 21%, 0%) |
| LAB | lab(98.7 -9.1 25.2) |
| LCH | lch(98.7 26.8 109.8) |
| OKLCH | oklch(0.986 0.068 109.4) |
Copy-ready code
/* CSS */
color: #fdffca;
background-color: #fdffca;
/* Tailwind (arbitrary) */
class="text-[#fdffca] bg-[#fdffca]"
/* SCSS */
$brand: #fdffca;
/* SwiftUI */
Color(red: 0.992, green: 1.000, blue: 0.792)
/* Android */
Color.parseColor("#fdffca")Accessibility — WCAG contrast
Aa
#fdffca on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdffca on black: 20.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green100.0%
Blue79.2%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow20.8%
Key (black)0.0%
Color previews
#fdffca text on a black background
contrast 20.33:1
Card sample
#fdffca text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdffca;
Background color
Panel with #fdffca background
background-color: #fdffca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdffca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 255, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 255, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdffca; background: linear-gradient(135deg, #fdffca, #DAFFCA);