#fdfee3
a pale, electric yellow · cool · closest name: beige
RGB
253, 254, 227
HSL
62°, 93%, 94%
CMYK
0, 0, 11, 0
Luminance
0.9731
Every format
| HEX | #fdfee3 |
| RGB | rgb(253, 254, 227) |
| HSL | hsl(62, 93%, 94%) |
| CMYK | cmyk(0%, 0%, 11%, 0%) |
| LAB | lab(99.0 -4.8 12.8) |
| LCH | lch(99.0 13.7 110.7) |
| OKLCH | oklch(0.989 0.035 108.8) |
Copy-ready code
/* CSS */
color: #fdfee3;
background-color: #fdfee3;
/* Tailwind (arbitrary) */
class="text-[#fdfee3] bg-[#fdfee3]"
/* SCSS */
$brand: #fdfee3;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.890)
/* Android */
Color.parseColor("#fdfee3")Accessibility — WCAG contrast
Aa
#fdfee3 on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfee3 on black: 20.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue89.0%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow10.6%
Key (black)0.4%
Color previews
#fdfee3 text on a black background
contrast 20.46:1
Card sample
#fdfee3 text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfee3;
Background color
Panel with #fdfee3 background
background-color: #fdfee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfee3; background: linear-gradient(135deg, #fdfee3, #EBFEE3);