#fafde7
a pale, electric yellow · cool · closest name: beige
RGB
250, 253, 231
HSL
68°, 85%, 95%
CMYK
1, 0, 9, 1
Luminance
0.9634
Every format
| HEX | #fafde7 |
| RGB | rgb(250, 253, 231) |
| HSL | hsl(68, 85%, 95%) |
| CMYK | cmyk(1%, 0%, 9%, 1%) |
| LAB | lab(98.6 -4.7 10.2) |
| LCH | lch(98.6 11.2 114.9) |
| OKLCH | oklch(0.986 0.029 113.2) |
Copy-ready code
/* CSS */
color: #fafde7;
background-color: #fafde7;
/* Tailwind (arbitrary) */
class="text-[#fafde7] bg-[#fafde7]"
/* SCSS */
$brand: #fafde7;
/* SwiftUI */
Color(red: 0.980, green: 0.992, blue: 0.906)
/* Android */
Color.parseColor("#fafde7")Accessibility — WCAG contrast
Aa
#fafde7 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fafde7 on black: 20.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green99.2%
Blue90.6%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow8.7%
Key (black)0.8%
Color previews
#fafde7 text on a black background
contrast 20.27:1
Card sample
#fafde7 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fafde7;
Background color
Panel with #fafde7 background
background-color: #fafde7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fafde7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 253, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 253, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fafde7; background: linear-gradient(135deg, #fafde7, #EBFDE7);