#fef2da
a pale, electric yellow · warm · closest name: beige
RGB
254, 242, 218
HSL
40°, 95%, 93%
CMYK
0, 5, 14, 0
Luminance
0.8964
Every format
| HEX | #fef2da |
| RGB | rgb(254, 242, 218) |
| HSL | hsl(40, 95%, 93%) |
| CMYK | cmyk(0%, 5%, 14%, 0%) |
| LAB | lab(95.8 0.1 13.0) |
| LCH | lch(95.8 13.0 89.3) |
| OKLCH | oklch(0.964 0.034 84.6) |
Copy-ready code
/* CSS */
color: #fef2da;
background-color: #fef2da;
/* Tailwind (arbitrary) */
class="text-[#fef2da] bg-[#fef2da]"
/* SCSS */
$brand: #fef2da;
/* SwiftUI */
Color(red: 0.996, green: 0.949, blue: 0.855)
/* Android */
Color.parseColor("#fef2da")Accessibility — WCAG contrast
Aa
#fef2da on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef2da on black: 18.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.9%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow14.2%
Key (black)0.4%
Color previews
#fef2da text on a black background
contrast 18.93:1
Card sample
#fef2da text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef2da;
Background color
Panel with #fef2da background
background-color: #fef2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 242, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 242, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef2da; background: linear-gradient(135deg, #fef2da, #F2FEDA);