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