#faf1df
a pale, vivid yellow · warm · closest name: beige
RGB
250, 241, 223
HSL
40°, 73%, 93%
CMYK
0, 4, 11, 2
Luminance
0.8856
Every format
| HEX | #faf1df |
| RGB | rgb(250, 241, 223) |
| HSL | hsl(40, 73%, 93%) |
| CMYK | cmyk(0%, 4%, 11%, 2%) |
| LAB | lab(95.4 0.0 9.8) |
| LCH | lch(95.4 9.8 89.8) |
| OKLCH | oklch(0.960 0.026 84.6) |
Copy-ready code
/* CSS */
color: #faf1df;
background-color: #faf1df;
/* Tailwind (arbitrary) */
class="text-[#faf1df] bg-[#faf1df]"
/* SCSS */
$brand: #faf1df;
/* SwiftUI */
Color(red: 0.980, green: 0.945, blue: 0.875)
/* Android */
Color.parseColor("#faf1df")Accessibility — WCAG contrast
Aa
#faf1df on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf1df on black: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green94.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow10.8%
Key (black)2.0%
Color previews
#faf1df text on a black background
contrast 18.71:1
Card sample
#faf1df text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf1df;
Background color
Panel with #faf1df background
background-color: #faf1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 241, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 241, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf1df; background: linear-gradient(135deg, #faf1df, #F1FADF);