#f1eceb
a pale, soft red · warm · closest name: white
RGB
241, 236, 235
HSL
10°, 18%, 93%
CMYK
0, 2, 3, 6
Luminance
0.8469
Every format
| HEX | #f1eceb |
| RGB | rgb(241, 236, 235) |
| HSL | hsl(10, 18%, 93%) |
| CMYK | cmyk(0%, 2%, 3%, 6%) |
| LAB | lab(93.8 1.5 1.1) |
| LCH | lch(93.8 1.9 35.8) |
| OKLCH | oklch(0.947 0.006 31.1) |
Copy-ready code
/* CSS */
color: #f1eceb;
background-color: #f1eceb;
/* Tailwind (arbitrary) */
class="text-[#f1eceb] bg-[#f1eceb]"
/* SCSS */
$brand: #f1eceb;
/* SwiftUI */
Color(red: 0.945, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#f1eceb")Accessibility — WCAG contrast
Aa
#f1eceb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1eceb on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow2.5%
Key (black)5.5%
Color previews
#f1eceb text on a black background
contrast 17.94:1
Card sample
#f1eceb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1eceb;
Background color
Panel with #f1eceb background
background-color: #f1eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1eceb; background: linear-gradient(135deg, #f1eceb, #F1F0EB);