#faf1da
a pale, electric yellow · warm · closest name: beige
RGB
250, 241, 218
HSL
43°, 76%, 92%
CMYK
0, 4, 13, 2
Luminance
0.8830
Every format
| HEX | #faf1da |
| RGB | rgb(250, 241, 218) |
| HSL | hsl(43, 76%, 92%) |
| CMYK | cmyk(0%, 4%, 13%, 2%) |
| LAB | lab(95.3 -0.8 12.2) |
| LCH | lch(95.3 12.2 93.5) |
| OKLCH | oklch(0.959 0.032 89.1) |
Copy-ready code
/* CSS */
color: #faf1da;
background-color: #faf1da;
/* Tailwind (arbitrary) */
class="text-[#faf1da] bg-[#faf1da]"
/* SCSS */
$brand: #faf1da;
/* SwiftUI */
Color(red: 0.980, green: 0.945, blue: 0.855)
/* Android */
Color.parseColor("#faf1da")Accessibility — WCAG contrast
Aa
#faf1da on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf1da on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green94.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow12.8%
Key (black)2.0%
Color previews
#faf1da text on a black background
contrast 18.66:1
Card sample
#faf1da text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf1da;
Background color
Panel with #faf1da background
background-color: #faf1da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf1da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 241, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 241, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf1da; background: linear-gradient(135deg, #faf1da, #EEFADA);