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