#fef2c5
a pale, electric yellow · cool · closest name: beige
RGB
254, 242, 197
HSL
47°, 97%, 88%
CMYK
0, 5, 22, 0
Luminance
0.8861
Every format
| HEX | #fef2c5 |
| RGB | rgb(254, 242, 197) |
| HSL | hsl(47, 97%, 88%) |
| CMYK | cmyk(0%, 5%, 22%, 0%) |
| LAB | lab(95.4 -2.9 23.2) |
| LCH | lch(95.4 23.4 97.1) |
| OKLCH | oklch(0.960 0.059 94.9) |
Copy-ready code
/* CSS */
color: #fef2c5;
background-color: #fef2c5;
/* Tailwind (arbitrary) */
class="text-[#fef2c5] bg-[#fef2c5]"
/* SCSS */
$brand: #fef2c5;
/* SwiftUI */
Color(red: 0.996, green: 0.949, blue: 0.773)
/* Android */
Color.parseColor("#fef2c5")Accessibility — WCAG contrast
Aa
#fef2c5 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef2c5 on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.9%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow22.4%
Key (black)0.4%
Color previews
#fef2c5 text on a black background
contrast 18.72:1
Card sample
#fef2c5 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef2c5;
Background color
Panel with #fef2c5 background
background-color: #fef2c5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef2c5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 242, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 242, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef2c5; background: linear-gradient(135deg, #fef2c5, #E4FEC5);