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