#f1efec
a pale, soft orange · warm · closest name: white
RGB
241, 239, 236
HSL
36°, 15%, 94%
CMYK
0, 1, 2, 6
Luminance
0.8649
Every format
| HEX | #f1efec |
| RGB | rgb(241, 239, 236) |
| HSL | hsl(36, 15%, 94%) |
| CMYK | cmyk(0%, 1%, 2%, 6%) |
| LAB | lab(94.5 0.1 1.7) |
| LCH | lch(94.5 1.7 85.2) |
| OKLCH | oklch(0.953 0.005 78.3) |
Copy-ready code
/* CSS */
color: #f1efec;
background-color: #f1efec;
/* Tailwind (arbitrary) */
class="text-[#f1efec] bg-[#f1efec]"
/* SCSS */
$brand: #f1efec;
/* SwiftUI */
Color(red: 0.945, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#f1efec")Accessibility — WCAG contrast
Aa
#f1efec on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1efec on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green93.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow2.1%
Key (black)5.5%
Color previews
#f1efec text on a black background
contrast 18.30:1
Card sample
#f1efec text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1efec;
Background color
Panel with #f1efec background
background-color: #f1efec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1efec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1efec; background: linear-gradient(135deg, #f1efec, #F0F1EC);