#f7e8eb
a pale, vivid red · warm · closest name: white
RGB
247, 232, 235
HSL
348°, 48%, 94%
CMYK
0, 6, 5, 3
Luminance
0.8349
Every format
| HEX | #f7e8eb |
| RGB | rgb(247, 232, 235) |
| HSL | hsl(348, 48%, 94%) |
| CMYK | cmyk(0%, 6%, 5%, 3%) |
| LAB | lab(93.2 5.6 0.4) |
| LCH | lch(93.2 5.6 3.8) |
| OKLCH | oklch(0.944 0.017 3.7) |
Copy-ready code
/* CSS */
color: #f7e8eb;
background-color: #f7e8eb;
/* Tailwind (arbitrary) */
class="text-[#f7e8eb] bg-[#f7e8eb]"
/* SCSS */
$brand: #f7e8eb;
/* SwiftUI */
Color(red: 0.969, green: 0.910, blue: 0.922)
/* Android */
Color.parseColor("#f7e8eb")Accessibility — WCAG contrast
Aa
#f7e8eb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7e8eb on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green91.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta6.1%
Yellow4.9%
Key (black)3.1%
Color previews
#f7e8eb text on a black background
contrast 17.70:1
Card sample
#f7e8eb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7e8eb;
Background color
Panel with #f7e8eb background
background-color: #f7e8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7e8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 232, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 232, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7e8eb; background: linear-gradient(135deg, #f7e8eb, #F7EFE8);