#f3ddef
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
243, 221, 239
HSL
311°, 48%, 91%
CMYK
0, 9, 2, 5
Luminance
0.7700
Every format
| HEX | #f3ddef |
| RGB | rgb(243, 221, 239) |
| HSL | hsl(311, 48%, 91%) |
| CMYK | cmyk(0%, 9%, 2%, 5%) |
| LAB | lab(90.3 10.6 -6.0) |
| LCH | lch(90.3 12.2 330.5) |
| OKLCH | oklch(0.921 0.034 331.9) |
Copy-ready code
/* CSS */
color: #f3ddef;
background-color: #f3ddef;
/* Tailwind (arbitrary) */
class="text-[#f3ddef] bg-[#f3ddef]"
/* SCSS */
$brand: #f3ddef;
/* SwiftUI */
Color(red: 0.953, green: 0.867, blue: 0.937)
/* Android */
Color.parseColor("#f3ddef")Accessibility — WCAG contrast
Aa
#f3ddef on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3ddef on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green86.7%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow1.6%
Key (black)4.7%
Color previews
#f3ddef text on a black background
contrast 16.40:1
Card sample
#f3ddef text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3ddef;
Background color
Panel with #f3ddef background
background-color: #f3ddef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3ddef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 221, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 221, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3ddef; background: linear-gradient(135deg, #f3ddef, #F3DDE0);