#faecce
a pale, electric yellow · warm · closest name: beige
RGB
250, 236, 206
HSL
41°, 82%, 89%
CMYK
0, 6, 18, 2
Luminance
0.8477
Every format
| HEX | #faecce |
| RGB | rgb(250, 236, 206) |
| HSL | hsl(41, 82%, 89%) |
| CMYK | cmyk(0%, 6%, 18%, 2%) |
| LAB | lab(93.8 -0.0 16.3) |
| LCH | lch(93.8 16.3 90.1) |
| OKLCH | oklch(0.947 0.042 86.0) |
Copy-ready code
/* CSS */
color: #faecce;
background-color: #faecce;
/* Tailwind (arbitrary) */
class="text-[#faecce] bg-[#faecce]"
/* SCSS */
$brand: #faecce;
/* SwiftUI */
Color(red: 0.980, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#faecce")Accessibility — WCAG contrast
Aa
#faecce on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faecce on black: 17.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow17.6%
Key (black)2.0%
Color previews
#faecce text on a black background
contrast 17.95:1
Card sample
#faecce text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faecce;
Background color
Panel with #faecce background
background-color: #faecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faecce; background: linear-gradient(135deg, #faecce, #EBFACE);