#faebd7
a pale, electric orange · warm · closest name: beige
RGB
250, 235, 215
HSL
34°, 78%, 91%
CMYK
0, 6, 14, 2
Luminance
0.8465
Every format
| HEX | #faebd7 |
| RGB | rgb(250, 235, 215) |
| HSL | hsl(34, 78%, 91%) |
| CMYK | cmyk(0%, 6%, 14%, 2%) |
| LAB | lab(93.7 1.8 11.5) |
| LCH | lch(93.7 11.7 80.9) |
| OKLCH | oklch(0.947 0.031 75.2) |
Copy-ready code
/* CSS */
color: #faebd7;
background-color: #faebd7;
/* Tailwind (arbitrary) */
class="text-[#faebd7] bg-[#faebd7]"
/* SCSS */
$brand: #faebd7;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.843)
/* Android */
Color.parseColor("#faebd7")Accessibility — WCAG contrast
Aa
#faebd7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faebd7 on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow14.0%
Key (black)2.0%
Color previews
#faebd7 text on a black background
contrast 17.93:1
Card sample
#faebd7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faebd7;
Background color
Panel with #faebd7 background
background-color: #faebd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faebd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faebd7; background: linear-gradient(135deg, #faebd7, #F2FAD7);