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