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