#fef2c9
a pale, electric yellow · cool · closest name: beige
RGB
254, 242, 201
HSL
46°, 96%, 89%
CMYK
0, 5, 21, 0
Luminance
0.8879
Every format
| HEX | #fef2c9 |
| RGB | rgb(254, 242, 201) |
| HSL | hsl(46, 96%, 89%) |
| CMYK | cmyk(0%, 5%, 21%, 0%) |
| LAB | lab(95.5 -2.3 21.3) |
| LCH | lch(95.5 21.4 96.3) |
| OKLCH | oklch(0.960 0.055 93.6) |
Copy-ready code
/* CSS */
color: #fef2c9;
background-color: #fef2c9;
/* Tailwind (arbitrary) */
class="text-[#fef2c9] bg-[#fef2c9]"
/* SCSS */
$brand: #fef2c9;
/* SwiftUI */
Color(red: 0.996, green: 0.949, blue: 0.788)
/* Android */
Color.parseColor("#fef2c9")Accessibility — WCAG contrast
Aa
#fef2c9 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef2c9 on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.9%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow20.9%
Key (black)0.4%
Color previews
#fef2c9 text on a black background
contrast 18.76:1
Card sample
#fef2c9 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef2c9;
Background color
Panel with #fef2c9 background
background-color: #fef2c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef2c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 242, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 242, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef2c9; background: linear-gradient(135deg, #fef2c9, #E7FEC9);