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