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