#fefeeb
a pale, electric yellow · cool · “ivory”
RGB
254, 254, 235
HSL
60°, 91%, 96%
CMYK
0, 0, 8, 0
Luminance
0.9795
Every format
| HEX | #fefeeb |
| RGB | rgb(254, 254, 235) |
| HSL | hsl(60, 91%, 96%) |
| CMYK | cmyk(0%, 0%, 8%, 0%) |
| LAB | lab(99.2 -3.2 9.1) |
| LCH | lch(99.2 9.6 109.4) |
| OKLCH | oklch(0.992 0.025 106.8) |
Copy-ready code
/* CSS */
color: #fefeeb;
background-color: #fefeeb;
/* Tailwind (arbitrary) */
class="text-[#fefeeb] bg-[#fefeeb]"
/* SCSS */
$brand: #fefeeb;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.922)
/* Android */
Color.parseColor("#fefeeb")Accessibility — WCAG contrast
Aa
#fefeeb on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefeeb on black: 20.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow7.5%
Key (black)0.4%
Color previews
#fefeeb text on a black background
contrast 20.59:1
Card sample
#fefeeb text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefeeb;
Background color
Panel with #fefeeb background
background-color: #fefeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefeeb; background: linear-gradient(135deg, #fefeeb, #F1FEEB);