#feffeb
a pale, electric yellow · cool · closest name: ivory
RGB
254, 255, 235
HSL
63°, 100%, 96%
CMYK
0, 0, 8, 0
Luminance
0.9859
Every format
| HEX | #feffeb |
| RGB | rgb(254, 255, 235) |
| HSL | hsl(63, 100%, 96%) |
| CMYK | cmyk(0%, 0%, 8%, 0%) |
| LAB | lab(99.5 -3.7 9.4) |
| LCH | lch(99.5 10.1 111.5) |
| OKLCH | oklch(0.994 0.026 109.2) |
Copy-ready code
/* CSS */
color: #feffeb;
background-color: #feffeb;
/* Tailwind (arbitrary) */
class="text-[#feffeb] bg-[#feffeb]"
/* SCSS */
$brand: #feffeb;
/* SwiftUI */
Color(red: 0.996, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#feffeb")Accessibility — WCAG contrast
Aa
#feffeb on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feffeb on black: 20.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green100.0%
Blue92.2%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#feffeb text on a black background
contrast 20.72:1
Card sample
#feffeb text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feffeb;
Background color
Panel with #feffeb background
background-color: #feffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feffeb; background: linear-gradient(135deg, #feffeb, #F1FFEB);