#f7ecee
a pale, soft red · warm · closest name: white
RGB
247, 236, 238
HSL
349°, 41%, 95%
CMYK
0, 5, 4, 3
Luminance
0.8594
Every format
| HEX | #f7ecee |
| RGB | rgb(247, 236, 238) |
| HSL | hsl(349, 41%, 95%) |
| CMYK | cmyk(0%, 5%, 4%, 3%) |
| LAB | lab(94.3 4.0 0.4) |
| LCH | lch(94.3 4.1 5.1) |
| OKLCH | oklch(0.952 0.012 4.8) |
Copy-ready code
/* CSS */
color: #f7ecee;
background-color: #f7ecee;
/* Tailwind (arbitrary) */
class="text-[#f7ecee] bg-[#f7ecee]"
/* SCSS */
$brand: #f7ecee;
/* SwiftUI */
Color(red: 0.969, green: 0.925, blue: 0.933)
/* Android */
Color.parseColor("#f7ecee")Accessibility — WCAG contrast
Aa
#f7ecee on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ecee on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green92.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow3.6%
Key (black)3.1%
Color previews
#f7ecee text on a black background
contrast 18.19:1
Card sample
#f7ecee text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ecee;
Background color
Panel with #f7ecee background
background-color: #f7ecee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ecee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 236, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 236, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ecee; background: linear-gradient(135deg, #f7ecee, #F7F1EC);