#faf2cf
a pale, electric yellow · cool · closest name: beige
RGB
250, 242, 207
HSL
49°, 81%, 90%
CMYK
0, 3, 17, 2
Luminance
0.8833
Every format
| HEX | #faf2cf |
| RGB | rgb(250, 242, 207) |
| HSL | hsl(49, 81%, 90%) |
| CMYK | cmyk(0%, 3%, 17%, 2%) |
| LAB | lab(95.3 -2.9 17.9) |
| LCH | lch(95.3 18.1 99.2) |
| OKLCH | oklch(0.959 0.046 96.5) |
Copy-ready code
/* CSS */
color: #faf2cf;
background-color: #faf2cf;
/* Tailwind (arbitrary) */
class="text-[#faf2cf] bg-[#faf2cf]"
/* SCSS */
$brand: #faf2cf;
/* SwiftUI */
Color(red: 0.980, green: 0.949, blue: 0.812)
/* Android */
Color.parseColor("#faf2cf")Accessibility — WCAG contrast
Aa
#faf2cf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf2cf on black: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green94.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta3.2%
Yellow17.2%
Key (black)2.0%
Color previews
#faf2cf text on a black background
contrast 18.67:1
Card sample
#faf2cf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf2cf;
Background color
Panel with #faf2cf background
background-color: #faf2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 242, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 242, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf2cf; background: linear-gradient(135deg, #faf2cf, #E5FACF);