#f2dff0
a pale, soft magenta / pink · warm · closest name: lavender
RGB
242, 223, 240
HSL
306°, 42%, 91%
CMYK
0, 8, 1, 5
Luminance
0.7794
Every format
| HEX | #f2dff0 |
| RGB | rgb(242, 223, 240) |
| HSL | hsl(306, 42%, 91%) |
| CMYK | cmyk(0%, 8%, 1%, 5%) |
| LAB | lab(90.8 9.4 -5.9) |
| LCH | lch(90.8 11.1 327.9) |
| OKLCH | oklch(0.924 0.030 329.1) |
Copy-ready code
/* CSS */
color: #f2dff0;
background-color: #f2dff0;
/* Tailwind (arbitrary) */
class="text-[#f2dff0] bg-[#f2dff0]"
/* SCSS */
$brand: #f2dff0;
/* SwiftUI */
Color(red: 0.949, green: 0.875, blue: 0.941)
/* Android */
Color.parseColor("#f2dff0")Accessibility — WCAG contrast
Aa
#f2dff0 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2dff0 on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green87.5%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow0.8%
Key (black)5.1%
Color previews
#f2dff0 text on a black background
contrast 16.59:1
Card sample
#f2dff0 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2dff0;
Background color
Panel with #f2dff0 background
background-color: #f2dff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2dff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 223, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 223, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2dff0; background: linear-gradient(135deg, #f2dff0, #F2DFE3);