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