#fdface
a pale, electric yellow · cool · closest name: beige
RGB
253, 250, 206
HSL
56°, 92%, 90%
CMYK
0, 1, 19, 1
Luminance
0.9371
Every format
| HEX | #fdface |
| RGB | rgb(253, 250, 206) |
| HSL | hsl(56, 92%, 90%) |
| CMYK | cmyk(0%, 1%, 19%, 1%) |
| LAB | lab(97.5 -6.0 21.5) |
| LCH | lch(97.5 22.3 105.6) |
| OKLCH | oklch(0.977 0.057 104.2) |
Copy-ready code
/* CSS */
color: #fdface;
background-color: #fdface;
/* Tailwind (arbitrary) */
class="text-[#fdface] bg-[#fdface]"
/* SCSS */
$brand: #fdface;
/* SwiftUI */
Color(red: 0.992, green: 0.980, blue: 0.808)
/* Android */
Color.parseColor("#fdface")Accessibility — WCAG contrast
Aa
#fdface on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdface on black: 19.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green98.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow18.6%
Key (black)0.8%
Color previews
#fdface text on a black background
contrast 19.74:1
Card sample
#fdface text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdface;
Background color
Panel with #fdface background
background-color: #fdface;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdface;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 250, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 250, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdface; background: linear-gradient(135deg, #fdface, #E1FDCE);