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