#faf1cf
a pale, electric yellow · cool · closest name: beige
RGB
250, 241, 207
HSL
47°, 81%, 90%
CMYK
0, 4, 17, 2
Luminance
0.8774
Every format
| HEX | #faf1cf |
| RGB | rgb(250, 241, 207) |
| HSL | hsl(47, 81%, 90%) |
| CMYK | cmyk(0%, 4%, 17%, 2%) |
| LAB | lab(95.0 -2.4 17.5) |
| LCH | lch(95.0 17.7 97.8) |
| OKLCH | oklch(0.957 0.045 94.8) |
Copy-ready code
/* CSS */
color: #faf1cf;
background-color: #faf1cf;
/* Tailwind (arbitrary) */
class="text-[#faf1cf] bg-[#faf1cf]"
/* SCSS */
$brand: #faf1cf;
/* SwiftUI */
Color(red: 0.980, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#faf1cf")Accessibility — WCAG contrast
Aa
#faf1cf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf1cf on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green94.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow17.2%
Key (black)2.0%
Color previews
#faf1cf text on a black background
contrast 18.55:1
Card sample
#faf1cf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf1cf;
Background color
Panel with #faf1cf background
background-color: #faf1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf1cf; background: linear-gradient(135deg, #faf1cf, #E6FACF);