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