#faf4eb
a pale, vivid orange · warm · closest name: ivory
RGB
250, 244, 235
HSL
36°, 60%, 95%
CMYK
0, 2, 6, 2
Luminance
0.9102
Every format
| HEX | #faf4eb |
| RGB | rgb(250, 244, 235) |
| HSL | hsl(36, 60%, 95%) |
| CMYK | cmyk(0%, 2%, 6%, 2%) |
| LAB | lab(96.4 0.5 5.0) |
| LCH | lch(96.4 5.1 84.7) |
| OKLCH | oklch(0.969 0.014 78.3) |
Copy-ready code
/* CSS */
color: #faf4eb;
background-color: #faf4eb;
/* Tailwind (arbitrary) */
class="text-[#faf4eb] bg-[#faf4eb]"
/* SCSS */
$brand: #faf4eb;
/* SwiftUI */
Color(red: 0.980, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#faf4eb")Accessibility — WCAG contrast
Aa
#faf4eb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf4eb on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green95.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow6.0%
Key (black)2.0%
Color previews
#faf4eb text on a black background
contrast 19.20:1
Card sample
#faf4eb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf4eb;
Background color
Panel with #faf4eb background
background-color: #faf4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf4eb; background: linear-gradient(135deg, #faf4eb, #F6FAEB);