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