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