#f5eaf7
a pale, soft magenta / pink · warm · closest name: lavender
RGB
245, 234, 247
HSL
291°, 45%, 94%
CMYK
1, 5, 0, 3
Luminance
0.8497
Every format
| HEX | #f5eaf7 |
| RGB | rgb(245, 234, 247) |
| HSL | hsl(291, 45%, 94%) |
| CMYK | cmyk(1%, 5%, 0%, 3%) |
| LAB | lab(93.9 6.0 -5.0) |
| LCH | lch(93.9 7.8 320.4) |
| OKLCH | oklch(0.949 0.021 321.0) |
Copy-ready code
/* CSS */
color: #f5eaf7;
background-color: #f5eaf7;
/* Tailwind (arbitrary) */
class="text-[#f5eaf7] bg-[#f5eaf7]"
/* SCSS */
$brand: #f5eaf7;
/* SwiftUI */
Color(red: 0.961, green: 0.918, blue: 0.969)
/* Android */
Color.parseColor("#f5eaf7")Accessibility — WCAG contrast
Aa
#f5eaf7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5eaf7 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green91.8%
Blue96.9%
CMYK percentages
Cyan0.8%
Magenta5.3%
Yellow0.0%
Key (black)3.1%
Color previews
#f5eaf7 text on a black background
contrast 17.99:1
Card sample
#f5eaf7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5eaf7;
Background color
Panel with #f5eaf7 background
background-color: #f5eaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5eaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 234, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 234, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5eaf7; background: linear-gradient(135deg, #f5eaf7, #F7EAF0);