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