#f2d4ec
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
242, 212, 236
HSL
312°, 54%, 89%
CMYK
0, 12, 3, 5
Luminance
0.7202
Every format
| HEX | #f2d4ec |
| RGB | rgb(242, 212, 236) |
| HSL | hsl(312, 54%, 89%) |
| CMYK | cmyk(0%, 12%, 3%, 5%) |
| LAB | lab(88.0 14.5 -7.9) |
| LCH | lch(88.0 16.5 331.3) |
| OKLCH | oklch(0.902 0.046 332.7) |
Copy-ready code
/* CSS */
color: #f2d4ec;
background-color: #f2d4ec;
/* Tailwind (arbitrary) */
class="text-[#f2d4ec] bg-[#f2d4ec]"
/* SCSS */
$brand: #f2d4ec;
/* SwiftUI */
Color(red: 0.949, green: 0.831, blue: 0.925)
/* Android */
Color.parseColor("#f2d4ec")Accessibility — WCAG contrast
Aa
#f2d4ec on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2d4ec on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green83.1%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow2.5%
Key (black)5.1%
Color previews
#f2d4ec text on a black background
contrast 15.40:1
Card sample
#f2d4ec text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2d4ec;
Background color
Panel with #f2d4ec background
background-color: #f2d4ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2d4ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 212, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 212, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2d4ec; background: linear-gradient(135deg, #f2d4ec, #F2D4D8);