#f3dfee
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
243, 223, 238
HSL
315°, 46%, 91%
CMYK
0, 8, 2, 5
Luminance
0.7800
Every format
| HEX | #f3dfee |
| RGB | rgb(243, 223, 238) |
| HSL | hsl(315, 46%, 91%) |
| CMYK | cmyk(0%, 8%, 2%, 5%) |
| LAB | lab(90.8 9.4 -4.8) |
| LCH | lch(90.8 10.6 332.9) |
| OKLCH | oklch(0.924 0.029 334.4) |
Copy-ready code
/* CSS */
color: #f3dfee;
background-color: #f3dfee;
/* Tailwind (arbitrary) */
class="text-[#f3dfee] bg-[#f3dfee]"
/* SCSS */
$brand: #f3dfee;
/* SwiftUI */
Color(red: 0.953, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#f3dfee")Accessibility — WCAG contrast
Aa
#f3dfee on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dfee on black: 16.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green87.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow2.1%
Key (black)4.7%
Color previews
#f3dfee text on a black background
contrast 16.60:1
Card sample
#f3dfee text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dfee;
Background color
Panel with #f3dfee background
background-color: #f3dfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dfee; background: linear-gradient(135deg, #f3dfee, #F3DFE1);