#faf5db
a pale, electric yellow · cool · “beige”
RGB
250, 245, 219
HSL
50°, 76%, 92%
CMYK
0, 2, 12, 2
Luminance
0.9074
Every format
| HEX | #faf5db |
| RGB | rgb(250, 245, 219) |
| HSL | hsl(50, 76%, 92%) |
| CMYK | cmyk(0%, 2%, 12%, 2%) |
| LAB | lab(96.3 -2.6 13.1) |
| LCH | lch(96.3 13.4 101.3) |
| OKLCH | oklch(0.967 0.034 98.1) |
Copy-ready code
/* CSS */
color: #faf5db;
background-color: #faf5db;
/* Tailwind (arbitrary) */
class="text-[#faf5db] bg-[#faf5db]"
/* SCSS */
$brand: #faf5db;
/* SwiftUI */
Color(red: 0.980, green: 0.961, blue: 0.859)
/* Android */
Color.parseColor("#faf5db")Accessibility — WCAG contrast
Aa
#faf5db on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf5db on black: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green96.1%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow12.4%
Key (black)2.0%
Color previews
#faf5db text on a black background
contrast 19.15:1
Card sample
#faf5db text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf5db;
Background color
Panel with #faf5db background
background-color: #faf5db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf5db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 245, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 245, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf5db; background: linear-gradient(135deg, #faf5db, #EAFADB);