#fef5eb
a pale, electric orange · warm · closest name: ivory
RGB
254, 245, 235
HSL
32°, 91%, 96%
CMYK
0, 4, 8, 0
Luminance
0.9237
Every format
| HEX | #fef5eb |
| RGB | rgb(254, 245, 235) |
| HSL | hsl(32, 91%, 96%) |
| CMYK | cmyk(0%, 4%, 8%, 0%) |
| LAB | lab(97.0 1.3 5.9) |
| LCH | lch(97.0 6.0 77.3) |
| OKLCH | oklch(0.974 0.016 70.5) |
Copy-ready code
/* CSS */
color: #fef5eb;
background-color: #fef5eb;
/* Tailwind (arbitrary) */
class="text-[#fef5eb] bg-[#fef5eb]"
/* SCSS */
$brand: #fef5eb;
/* SwiftUI */
Color(red: 0.996, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#fef5eb")Accessibility — WCAG contrast
Aa
#fef5eb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef5eb on black: 19.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow7.5%
Key (black)0.4%
Color previews
#fef5eb text on a black background
contrast 19.47:1
Card sample
#fef5eb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef5eb;
Background color
Panel with #fef5eb background
background-color: #fef5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef5eb; background: linear-gradient(135deg, #fef5eb, #FAFEEB);