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