#f2d9ec
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
242, 217, 236
HSL
314°, 49%, 90%
CMYK
0, 10, 3, 5
Luminance
0.7456
Every format
| HEX | #f2d9ec |
| RGB | rgb(242, 217, 236) |
| HSL | hsl(314, 49%, 90%) |
| CMYK | cmyk(0%, 10%, 3%, 5%) |
| LAB | lab(89.2 11.8 -6.1) |
| LCH | lch(89.2 13.3 332.6) |
| OKLCH | oklch(0.911 0.037 334.1) |
Copy-ready code
/* CSS */
color: #f2d9ec;
background-color: #f2d9ec;
/* Tailwind (arbitrary) */
class="text-[#f2d9ec] bg-[#f2d9ec]"
/* SCSS */
$brand: #f2d9ec;
/* SwiftUI */
Color(red: 0.949, green: 0.851, blue: 0.925)
/* Android */
Color.parseColor("#f2d9ec")Accessibility — WCAG contrast
Aa
#f2d9ec on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2d9ec on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green85.1%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow2.5%
Key (black)5.1%
Color previews
#f2d9ec text on a black background
contrast 15.91:1
Card sample
#f2d9ec text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2d9ec;
Background color
Panel with #f2d9ec background
background-color: #f2d9ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2d9ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 217, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 217, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2d9ec; background: linear-gradient(135deg, #f2d9ec, #F2D9DB);