#fdfecb
a pale, electric yellow · cool · closest name: beige
RGB
253, 254, 203
HSL
61°, 96%, 90%
CMYK
0, 0, 20, 0
Luminance
0.9608
Every format
| HEX | #fdfecb |
| RGB | rgb(253, 254, 203) |
| HSL | hsl(61, 96%, 90%) |
| CMYK | cmyk(0%, 0%, 20%, 0%) |
| LAB | lab(98.5 -8.4 24.4) |
| LCH | lch(98.5 25.8 109.0) |
| OKLCH | oklch(0.984 0.066 108.5) |
Copy-ready code
/* CSS */
color: #fdfecb;
background-color: #fdfecb;
/* Tailwind (arbitrary) */
class="text-[#fdfecb] bg-[#fdfecb]"
/* SCSS */
$brand: #fdfecb;
/* SwiftUI */
Color(red: 0.992, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#fdfecb")Accessibility — WCAG contrast
Aa
#fdfecb on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfecb on black: 20.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green99.6%
Blue79.6%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#fdfecb text on a black background
contrast 20.22:1
Card sample
#fdfecb text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfecb;
Background color
Panel with #fdfecb background
background-color: #fdfecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfecb; background: linear-gradient(135deg, #fdfecb, #DBFECB);