#feefc2
a pale, electric yellow · cool · closest name: beige
RGB
254, 239, 194
HSL
45°, 97%, 88%
CMYK
0, 6, 24, 0
Luminance
0.8670
Every format
| HEX | #feefc2 |
| RGB | rgb(254, 239, 194) |
| HSL | hsl(45, 97%, 88%) |
| CMYK | cmyk(0%, 6%, 24%, 0%) |
| LAB | lab(94.6 -1.8 23.6) |
| LCH | lch(94.6 23.7 94.4) |
| OKLCH | oklch(0.953 0.060 91.8) |
Copy-ready code
/* CSS */
color: #feefc2;
background-color: #feefc2;
/* Tailwind (arbitrary) */
class="text-[#feefc2] bg-[#feefc2]"
/* SCSS */
$brand: #feefc2;
/* SwiftUI */
Color(red: 0.996, green: 0.937, blue: 0.761)
/* Android */
Color.parseColor("#feefc2")Accessibility — WCAG contrast
Aa
#feefc2 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feefc2 on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green93.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow23.6%
Key (black)0.4%
Color previews
#feefc2 text on a black background
contrast 18.34:1
Card sample
#feefc2 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feefc2;
Background color
Panel with #feefc2 background
background-color: #feefc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feefc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 239, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 239, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feefc2; background: linear-gradient(135deg, #feefc2, #E5FEC2);