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