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