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