#fefec5
a pale, electric yellow · cool · closest name: beige
RGB
254, 254, 197
HSL
60°, 97%, 88%
CMYK
0, 0, 22, 0
Luminance
0.9599
Every format
| HEX | #fefec5 |
| RGB | rgb(254, 254, 197) |
| HSL | hsl(60, 97%, 88%) |
| CMYK | cmyk(0%, 0%, 22%, 0%) |
| LAB | lab(98.4 -8.9 27.4) |
| LCH | lch(98.4 28.8 108.0) |
| OKLCH | oklch(0.983 0.073 107.7) |
Copy-ready code
/* CSS */
color: #fefec5;
background-color: #fefec5;
/* Tailwind (arbitrary) */
class="text-[#fefec5] bg-[#fefec5]"
/* SCSS */
$brand: #fefec5;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.773)
/* Android */
Color.parseColor("#fefec5")Accessibility — WCAG contrast
Aa
#fefec5 on white: 1.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefec5 on black: 20.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow22.4%
Key (black)0.4%
Color previews
#fefec5 text on a black background
contrast 20.20:1
Card sample
#fefec5 text on a white background
contrast 1.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefec5;
Background color
Panel with #fefec5 background
background-color: #fefec5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefec5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefec5; background: linear-gradient(135deg, #fefec5, #D8FEC5);