#faf3c7
a pale, electric yellow · cool · closest name: beige
RGB
250, 243, 199
HSL
52°, 84%, 88%
CMYK
0, 3, 20, 2
Luminance
0.8855
Every format
| HEX | #faf3c7 |
| RGB | rgb(250, 243, 199) |
| HSL | hsl(52, 84%, 88%) |
| CMYK | cmyk(0%, 3%, 20%, 2%) |
| LAB | lab(95.4 -4.6 22.1) |
| LCH | lch(95.4 22.6 101.7) |
| OKLCH | oklch(0.959 0.057 99.9) |
Copy-ready code
/* CSS */
color: #faf3c7;
background-color: #faf3c7;
/* Tailwind (arbitrary) */
class="text-[#faf3c7] bg-[#faf3c7]"
/* SCSS */
$brand: #faf3c7;
/* SwiftUI */
Color(red: 0.980, green: 0.953, blue: 0.780)
/* Android */
Color.parseColor("#faf3c7")Accessibility — WCAG contrast
Aa
#faf3c7 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf3c7 on black: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green95.3%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow20.4%
Key (black)2.0%
Color previews
#faf3c7 text on a black background
contrast 18.71:1
Card sample
#faf3c7 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf3c7;
Background color
Panel with #faf3c7 background
background-color: #faf3c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf3c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 243, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 243, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf3c7; background: linear-gradient(135deg, #faf3c7, #DFFAC7);