#f2d7f6
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
242, 215, 246
HSL
292°, 63%, 90%
CMYK
2, 13, 0, 4
Luminance
0.7413
Every format
| HEX | #f2d7f6 |
| RGB | rgb(242, 215, 246) |
| HSL | hsl(292, 63%, 90%) |
| CMYK | cmyk(2%, 13%, 0%, 4%) |
| LAB | lab(89.0 14.7 -11.7) |
| LCH | lch(89.0 18.8 321.5) |
| OKLCH | oklch(0.911 0.051 321.9) |
Copy-ready code
/* CSS */
color: #f2d7f6;
background-color: #f2d7f6;
/* Tailwind (arbitrary) */
class="text-[#f2d7f6] bg-[#f2d7f6]"
/* SCSS */
$brand: #f2d7f6;
/* SwiftUI */
Color(red: 0.949, green: 0.843, blue: 0.965)
/* Android */
Color.parseColor("#f2d7f6")Accessibility — WCAG contrast
Aa
#f2d7f6 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2d7f6 on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green84.3%
Blue96.5%
CMYK percentages
Cyan1.6%
Magenta12.6%
Yellow0.0%
Key (black)3.5%
Color previews
#f2d7f6 text on a black background
contrast 15.83:1
Card sample
#f2d7f6 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2d7f6;
Background color
Panel with #f2d7f6 background
background-color: #f2d7f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2d7f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 215, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 215, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2d7f6; background: linear-gradient(135deg, #f2d7f6, #F6D7E5);