#f7d8eb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
247, 216, 235
HSL
323°, 66%, 91%
CMYK
0, 13, 5, 3
Luminance
0.7488
Every format
| HEX | #f7d8eb |
| RGB | rgb(247, 216, 235) |
| HSL | hsl(323, 66%, 91%) |
| CMYK | cmyk(0%, 13%, 5%, 3%) |
| LAB | lab(89.3 13.9 -5.3) |
| LCH | lch(89.3 14.9 339.0) |
| OKLCH | oklch(0.913 0.042 340.6) |
Copy-ready code
/* CSS */
color: #f7d8eb;
background-color: #f7d8eb;
/* Tailwind (arbitrary) */
class="text-[#f7d8eb] bg-[#f7d8eb]"
/* SCSS */
$brand: #f7d8eb;
/* SwiftUI */
Color(red: 0.969, green: 0.847, blue: 0.922)
/* Android */
Color.parseColor("#f7d8eb")Accessibility — WCAG contrast
Aa
#f7d8eb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7d8eb on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green84.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow4.9%
Key (black)3.1%
Color previews
#f7d8eb text on a black background
contrast 15.98:1
Card sample
#f7d8eb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7d8eb;
Background color
Panel with #f7d8eb background
background-color: #f7d8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7d8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 216, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 216, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7d8eb; background: linear-gradient(135deg, #f7d8eb, #F7DAD8);