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