#fef0c2
a pale, electric yellow · cool · closest name: beige
RGB
254, 240, 194
HSL
46°, 97%, 88%
CMYK
0, 6, 24, 0
Luminance
0.8729
Every format
| HEX | #fef0c2 |
| RGB | rgb(254, 240, 194) |
| HSL | hsl(46, 97%, 88%) |
| CMYK | cmyk(0%, 6%, 24%, 0%) |
| LAB | lab(94.9 -2.3 24.0) |
| LCH | lch(94.9 24.1 95.5) |
| OKLCH | oklch(0.955 0.061 93.1) |
Copy-ready code
/* CSS */
color: #fef0c2;
background-color: #fef0c2;
/* Tailwind (arbitrary) */
class="text-[#fef0c2] bg-[#fef0c2]"
/* SCSS */
$brand: #fef0c2;
/* SwiftUI */
Color(red: 0.996, green: 0.941, blue: 0.761)
/* Android */
Color.parseColor("#fef0c2")Accessibility — WCAG contrast
Aa
#fef0c2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef0c2 on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green94.1%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow23.6%
Key (black)0.4%
Color previews
#fef0c2 text on a black background
contrast 18.46:1
Card sample
#fef0c2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef0c2;
Background color
Panel with #fef0c2 background
background-color: #fef0c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef0c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 240, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 240, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef0c2; background: linear-gradient(135deg, #fef0c2, #E4FEC2);