#fdfad3
a pale, electric yellow · cool · closest name: beige
RGB
253, 250, 211
HSL
56°, 91%, 91%
CMYK
0, 1, 17, 1
Luminance
0.9396
Every format
| HEX | #fdfad3 |
| RGB | rgb(253, 250, 211) |
| HSL | hsl(56, 91%, 91%) |
| CMYK | cmyk(0%, 1%, 17%, 1%) |
| LAB | lab(97.6 -5.3 19.1) |
| LCH | lch(97.6 19.8 105.4) |
| OKLCH | oklch(0.978 0.051 103.7) |
Copy-ready code
/* CSS */
color: #fdfad3;
background-color: #fdfad3;
/* Tailwind (arbitrary) */
class="text-[#fdfad3] bg-[#fdfad3]"
/* SCSS */
$brand: #fdfad3;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.827)
/* Android */
Color.parseColor("#fdfad3")Accessibility — WCAG contrast
Aa
#fdfad3 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdfad3 on black: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow16.6%
Key (black)0.8%
Color previews
#fdfad3 text on a black background
contrast 19.79:1
Card sample
#fdfad3 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdfad3;
Background color
Panel with #fdfad3 background
background-color: #fdfad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdfad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdfad3; background: linear-gradient(135deg, #fdfad3, #E4FDD3);