#faf7cd
a pale, electric yellow · cool · closest name: beige
RGB
250, 247, 205
HSL
56°, 82%, 89%
CMYK
0, 1, 18, 2
Luminance
0.9125
Every format
| HEX | #faf7cd |
| RGB | rgb(250, 247, 205) |
| HSL | hsl(56, 82%, 89%) |
| CMYK | cmyk(0%, 1%, 18%, 2%) |
| LAB | lab(96.5 -5.7 20.6) |
| LCH | lch(96.5 21.4 105.5) |
| OKLCH | oklch(0.968 0.054 104.0) |
Copy-ready code
/* CSS */
color: #faf7cd;
background-color: #faf7cd;
/* Tailwind (arbitrary) */
class="text-[#faf7cd] bg-[#faf7cd]"
/* SCSS */
$brand: #faf7cd;
/* SwiftUI */
Color(red: 0.980, green: 0.969, blue: 0.804)
/* Android */
Color.parseColor("#faf7cd")Accessibility — WCAG contrast
Aa
#faf7cd on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf7cd on black: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green96.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow18.0%
Key (black)2.0%
Color previews
#faf7cd text on a black background
contrast 19.25:1
Card sample
#faf7cd text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf7cd;
Background color
Panel with #faf7cd background
background-color: #faf7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 247, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 247, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf7cd; background: linear-gradient(135deg, #faf7cd, #DFFACD);