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