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