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