#fffeec
a pale, electric yellow · cool · “ivory”
RGB
255, 254, 236
HSL
57°, 100%, 96%
CMYK
0, 0, 8, 0
Luminance
0.9820
Every format
| HEX | #fffeec |
| RGB | rgb(255, 254, 236) |
| HSL | hsl(57, 100%, 96%) |
| CMYK | cmyk(0%, 0%, 8%, 0%) |
| LAB | lab(99.3 -2.7 8.7) |
| LCH | lch(99.3 9.1 107.3) |
| OKLCH | oklch(0.993 0.024 104.2) |
Copy-ready code
/* CSS */
color: #fffeec;
background-color: #fffeec;
/* Tailwind (arbitrary) */
class="text-[#fffeec] bg-[#fffeec]"
/* SCSS */
$brand: #fffeec;
/* SwiftUI */
Color(red: 1.000, green: 0.996, blue: 0.925)
/* Android */
Color.parseColor("#fffeec")Accessibility — WCAG contrast
Aa
#fffeec on white: 1.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffeec on black: 20.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.6%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow7.5%
Key (black)0.0%
Color previews
#fffeec text on a black background
contrast 20.64:1
Card sample
#fffeec text on a white background
contrast 1.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffeec;
Background color
Panel with #fffeec background
background-color: #fffeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 254, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 254, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffeec; background: linear-gradient(135deg, #fffeec, #F3FFEC);