#faf4df
a pale, vivid yellow · cool · closest name: beige
RGB
250, 244, 223
HSL
47°, 73%, 93%
CMYK
0, 2, 11, 2
Luminance
0.9035
Every format
| HEX | #faf4df |
| RGB | rgb(250, 244, 223) |
| HSL | hsl(47, 73%, 93%) |
| CMYK | cmyk(0%, 2%, 11%, 2%) |
| LAB | lab(96.1 -1.5 10.8) |
| LCH | lch(96.1 10.9 97.8) |
| OKLCH | oklch(0.966 0.028 93.7) |
Copy-ready code
/* CSS */
color: #faf4df;
background-color: #faf4df;
/* Tailwind (arbitrary) */
class="text-[#faf4df] bg-[#faf4df]"
/* SCSS */
$brand: #faf4df;
/* SwiftUI */
Color(red: 0.980, green: 0.957, blue: 0.875)
/* Android */
Color.parseColor("#faf4df")Accessibility — WCAG contrast
Aa
#faf4df on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf4df on black: 19.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green95.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow10.8%
Key (black)2.0%
Color previews
#faf4df text on a black background
contrast 19.07:1
Card sample
#faf4df text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf4df;
Background color
Panel with #faf4df background
background-color: #faf4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 244, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 244, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf4df; background: linear-gradient(135deg, #faf4df, #EEFADF);