#fef3c7
a pale, electric yellow · cool · closest name: beige
RGB
254, 243, 199
HSL
48°, 97%, 89%
CMYK
0, 4, 22, 0
Luminance
0.8930
Every format
| HEX | #fef3c7 |
| RGB | rgb(254, 243, 199) |
| HSL | hsl(48, 97%, 89%) |
| CMYK | cmyk(0%, 4%, 22%, 0%) |
| LAB | lab(95.7 -3.1 22.6) |
| LCH | lch(95.7 22.8 97.9) |
| OKLCH | oklch(0.962 0.058 95.6) |
Copy-ready code
/* CSS */
color: #fef3c7;
background-color: #fef3c7;
/* Tailwind (arbitrary) */
class="text-[#fef3c7] bg-[#fef3c7]"
/* SCSS */
$brand: #fef3c7;
/* SwiftUI */
Color(red: 0.996, green: 0.953, blue: 0.780)
/* Android */
Color.parseColor("#fef3c7")Accessibility — WCAG contrast
Aa
#fef3c7 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef3c7 on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green95.3%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow21.7%
Key (black)0.4%
Color previews
#fef3c7 text on a black background
contrast 18.86:1
Card sample
#fef3c7 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef3c7;
Background color
Panel with #fef3c7 background
background-color: #fef3c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef3c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 243, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 243, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef3c7; background: linear-gradient(135deg, #fef3c7, #E4FEC7);