#f1d7ec
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
241, 215, 236
HSL
312°, 48%, 89%
CMYK
0, 11, 2, 6
Luminance
0.7336
Every format
| HEX | #f1d7ec |
| RGB | rgb(241, 215, 236) |
| HSL | hsl(312, 48%, 89%) |
| CMYK | cmyk(0%, 11%, 2%, 6%) |
| LAB | lab(88.6 12.6 -7.0) |
| LCH | lch(88.6 14.4 330.9) |
| OKLCH | oklch(0.907 0.040 332.4) |
Copy-ready code
/* CSS */
color: #f1d7ec;
background-color: #f1d7ec;
/* Tailwind (arbitrary) */
class="text-[#f1d7ec] bg-[#f1d7ec]"
/* SCSS */
$brand: #f1d7ec;
/* SwiftUI */
Color(red: 0.945, green: 0.843, blue: 0.925)
/* Android */
Color.parseColor("#f1d7ec")Accessibility — WCAG contrast
Aa
#f1d7ec on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1d7ec on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green84.3%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow2.1%
Key (black)5.5%
Color previews
#f1d7ec text on a black background
contrast 15.67:1
Card sample
#f1d7ec text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1d7ec;
Background color
Panel with #f1d7ec background
background-color: #f1d7ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1d7ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 215, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 215, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1d7ec; background: linear-gradient(135deg, #f1d7ec, #F1D7DB);