#fefef5
a pale, electric yellow · cool · closest name: ivory
RGB
254, 254, 245
HSL
60°, 82%, 98%
CMYK
0, 0, 4, 0
Luminance
0.9855
Every format
| HEX | #fefef5 |
| RGB | rgb(254, 254, 245) |
| HSL | hsl(60, 82%, 98%) |
| CMYK | cmyk(0%, 0%, 4%, 0%) |
| LAB | lab(99.4 -1.6 4.3) |
| LCH | lch(99.4 4.6 109.8) |
| OKLCH | oklch(0.995 0.012 106.6) |
Copy-ready code
/* CSS */
color: #fefef5;
background-color: #fefef5;
/* Tailwind (arbitrary) */
class="text-[#fefef5] bg-[#fefef5]"
/* SCSS */
$brand: #fefef5;
/* SwiftUI */
Color(red: 0.996, green: 0.996, blue: 0.961)
/* Android */
Color.parseColor("#fefef5")Accessibility — WCAG contrast
Aa
#fefef5 on white: 1.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fefef5 on black: 20.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green99.6%
Blue96.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow3.5%
Key (black)0.4%
Color previews
#fefef5 text on a black background
contrast 20.71:1
Card sample
#fefef5 text on a white background
contrast 1.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fefef5;
Background color
Panel with #fefef5 background
background-color: #fefef5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fefef5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 254, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 254, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fefef5; background: linear-gradient(135deg, #fefef5, #F8FEF5);