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