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