#faf4cd
a pale, electric yellow · cool · closest name: beige
RGB
250, 244, 205
HSL
52°, 82%, 89%
CMYK
0, 2, 18, 2
Luminance
0.8943
Every format
| HEX | #faf4cd |
| RGB | rgb(250, 244, 205) |
| HSL | hsl(52, 82%, 89%) |
| CMYK | cmyk(0%, 2%, 18%, 2%) |
| LAB | lab(95.8 -4.2 19.6) |
| LCH | lch(95.8 20.0 102.2) |
| OKLCH | oklch(0.962 0.051 100.1) |
Copy-ready code
/* CSS */
color: #faf4cd;
background-color: #faf4cd;
/* Tailwind (arbitrary) */
class="text-[#faf4cd] bg-[#faf4cd]"
/* SCSS */
$brand: #faf4cd;
/* SwiftUI */
Color(red: 0.980, green: 0.957, blue: 0.804)
/* Android */
Color.parseColor("#faf4cd")Accessibility — WCAG contrast
Aa
#faf4cd on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf4cd on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green95.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow18.0%
Key (black)2.0%
Color previews
#faf4cd text on a black background
contrast 18.89:1
Card sample
#faf4cd text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf4cd;
Background color
Panel with #faf4cd background
background-color: #faf4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 244, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 244, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf4cd; background: linear-gradient(135deg, #faf4cd, #E2FACD);