#feeabf
a pale, electric yellow · warm · closest name: beige
RGB
254, 234, 191
HSL
41°, 97%, 87%
CMYK
0, 8, 25, 0
Luminance
0.8368
Every format
| HEX | #feeabf |
| RGB | rgb(254, 234, 191) |
| HSL | hsl(41, 97%, 87%) |
| CMYK | cmyk(0%, 8%, 25%, 0%) |
| LAB | lab(93.3 0.3 23.4) |
| LCH | lch(93.3 23.4 89.2) |
| OKLCH | oklch(0.943 0.060 86.0) |
Copy-ready code
/* CSS */
color: #feeabf;
background-color: #feeabf;
/* Tailwind (arbitrary) */
class="text-[#feeabf] bg-[#feeabf]"
/* SCSS */
$brand: #feeabf;
/* SwiftUI */
Color(red: 0.996, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#feeabf")Accessibility — WCAG contrast
Aa
#feeabf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feeabf on black: 17.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow24.8%
Key (black)0.4%
Color previews
#feeabf text on a black background
contrast 17.74:1
Card sample
#feeabf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feeabf;
Background color
Panel with #feeabf background
background-color: #feeabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feeabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feeabf; background: linear-gradient(135deg, #feeabf, #E8FEBF);