#f5d9eb
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
245, 217, 235
HSL
321°, 58%, 91%
CMYK
0, 11, 4, 4
Luminance
0.7504
Every format
| HEX | #f5d9eb |
| RGB | rgb(245, 217, 235) |
| HSL | hsl(321, 58%, 91%) |
| CMYK | cmyk(0%, 11%, 4%, 4%) |
| LAB | lab(89.4 12.7 -5.3) |
| LCH | lch(89.4 13.7 337.5) |
| OKLCH | oklch(0.913 0.039 339.2) |
Copy-ready code
/* CSS */
color: #f5d9eb;
background-color: #f5d9eb;
/* Tailwind (arbitrary) */
class="text-[#f5d9eb] bg-[#f5d9eb]"
/* SCSS */
$brand: #f5d9eb;
/* SwiftUI */
Color(red: 0.961, green: 0.851, blue: 0.922)
/* Android */
Color.parseColor("#f5d9eb")Accessibility — WCAG contrast
Aa
#f5d9eb on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d9eb on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green85.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow4.1%
Key (black)3.9%
Color previews
#f5d9eb text on a black background
contrast 16.01:1
Card sample
#f5d9eb text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d9eb;
Background color
Panel with #f5d9eb background
background-color: #f5d9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 217, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 217, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d9eb; background: linear-gradient(135deg, #f5d9eb, #F5DAD9);