#faf0df
a pale, vivid orange · warm · closest name: beige
RGB
250, 240, 223
HSL
38°, 73%, 93%
CMYK
0, 4, 11, 2
Luminance
0.8797
Every format
| HEX | #faf0df |
| RGB | rgb(250, 240, 223) |
| HSL | hsl(38, 73%, 93%) |
| CMYK | cmyk(0%, 4%, 11%, 2%) |
| LAB | lab(95.2 0.6 9.4) |
| LCH | lch(95.2 9.4 86.7) |
| OKLCH | oklch(0.958 0.025 81.1) |
Copy-ready code
/* CSS */
color: #faf0df;
background-color: #faf0df;
/* Tailwind (arbitrary) */
class="text-[#faf0df] bg-[#faf0df]"
/* SCSS */
$brand: #faf0df;
/* SwiftUI */
Color(red: 0.980, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#faf0df")Accessibility — WCAG contrast
Aa
#faf0df on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf0df on black: 18.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green94.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow10.8%
Key (black)2.0%
Color previews
#faf0df text on a black background
contrast 18.59:1
Card sample
#faf0df text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf0df;
Background color
Panel with #faf0df background
background-color: #faf0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf0df; background: linear-gradient(135deg, #faf0df, #F2FADF);