#faf7cf
a pale, electric yellow · cool · closest name: beige
RGB
250, 247, 207
HSL
56°, 81%, 90%
CMYK
0, 1, 17, 2
Luminance
0.9135
Every format
| HEX | #faf7cf |
| RGB | rgb(250, 247, 207) |
| HSL | hsl(56, 81%, 90%) |
| CMYK | cmyk(0%, 1%, 17%, 2%) |
| LAB | lab(96.5 -5.4 19.6) |
| LCH | lch(96.5 20.4 105.4) |
| OKLCH | oklch(0.968 0.052 103.8) |
Copy-ready code
/* CSS */
color: #faf7cf;
background-color: #faf7cf;
/* Tailwind (arbitrary) */
class="text-[#faf7cf] bg-[#faf7cf]"
/* SCSS */
$brand: #faf7cf;
/* SwiftUI */
Color(red: 0.980, green: 0.969, blue: 0.812)
/* Android */
Color.parseColor("#faf7cf")Accessibility — WCAG contrast
Aa
#faf7cf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf7cf on black: 19.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green96.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow17.2%
Key (black)2.0%
Color previews
#faf7cf text on a black background
contrast 19.27:1
Card sample
#faf7cf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf7cf;
Background color
Panel with #faf7cf background
background-color: #faf7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 247, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 247, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf7cf; background: linear-gradient(135deg, #faf7cf, #E0FACF);