#faf7df
a pale, vivid yellow · cool · “beige”
RGB
250, 247, 223
HSL
53°, 73%, 93%
CMYK
0, 1, 11, 2
Luminance
0.9217
Every format
| HEX | #faf7df |
| RGB | rgb(250, 247, 223) |
| HSL | hsl(53, 73%, 93%) |
| CMYK | cmyk(0%, 1%, 11%, 2%) |
| LAB | lab(96.9 -3.0 11.9) |
| LCH | lch(96.9 12.3 104.1) |
| OKLCH | oklch(0.972 0.032 101.1) |
Copy-ready code
/* CSS */
color: #faf7df;
background-color: #faf7df;
/* Tailwind (arbitrary) */
class="text-[#faf7df] bg-[#faf7df]"
/* SCSS */
$brand: #faf7df;
/* SwiftUI */
Color(red: 0.980, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#faf7df")Accessibility — WCAG contrast
Aa
#faf7df on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf7df on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green96.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow10.8%
Key (black)2.0%
Color previews
#faf7df text on a black background
contrast 19.43:1
Card sample
#faf7df text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf7df;
Background color
Panel with #faf7df background
background-color: #faf7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf7df; background: linear-gradient(135deg, #faf7df, #EBFADF);