#faebdc
a pale, electric orange · warm · closest name: beige
RGB
250, 235, 220
HSL
30°, 75%, 92%
CMYK
0, 6, 12, 2
Luminance
0.8491
Every format
| HEX | #faebdc |
| RGB | rgb(250, 235, 220) |
| HSL | hsl(30, 75%, 92%) |
| CMYK | cmyk(0%, 6%, 12%, 2%) |
| LAB | lab(93.8 2.6 9.1) |
| LCH | lch(93.8 9.5 73.9) |
| OKLCH | oklch(0.948 0.026 67.5) |
Copy-ready code
/* CSS */
color: #faebdc;
background-color: #faebdc;
/* Tailwind (arbitrary) */
class="text-[#faebdc] bg-[#faebdc]"
/* SCSS */
$brand: #faebdc;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.863)
/* Android */
Color.parseColor("#faebdc")Accessibility — WCAG contrast
Aa
#faebdc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faebdc on black: 17.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow12.0%
Key (black)2.0%
Color previews
#faebdc text on a black background
contrast 17.98:1
Card sample
#faebdc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faebdc;
Background color
Panel with #faebdc background
background-color: #faebdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faebdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faebdc; background: linear-gradient(135deg, #faebdc, #F5FADC);