#f1f3eb
a pale, soft green · cool · closest name: ivory
RGB
241, 243, 235
HSL
75°, 25%, 94%
CMYK
1, 0, 3, 5
Luminance
0.8880
Every format
| HEX | #f1f3eb |
| RGB | rgb(241, 243, 235) |
| HSL | hsl(75, 25%, 94%) |
| CMYK | cmyk(1%, 0%, 3%, 5%) |
| LAB | lab(95.5 -2.1 3.6) |
| LCH | lch(95.5 4.2 119.6) |
| OKLCH | oklch(0.960 0.011 118.0) |
Copy-ready code
/* CSS */
color: #f1f3eb;
background-color: #f1f3eb;
/* Tailwind (arbitrary) */
class="text-[#f1f3eb] bg-[#f1f3eb]"
/* SCSS */
$brand: #f1f3eb;
/* SwiftUI */
Color(red: 0.945, green: 0.953, blue: 0.922)
/* Android */
Color.parseColor("#f1f3eb")Accessibility — WCAG contrast
Aa
#f1f3eb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1f3eb on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green95.3%
Blue92.2%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow3.3%
Key (black)4.7%
Color previews
#f1f3eb text on a black background
contrast 18.76:1
Card sample
#f1f3eb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1f3eb;
Background color
Panel with #f1f3eb background
background-color: #f1f3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1f3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 243, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 243, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1f3eb; background: linear-gradient(135deg, #f1f3eb, #ECF3EB);