#f3dbef
a pale, vivid magenta / pink · warm · closest name: lavender
RGB
243, 219, 239
HSL
310°, 50%, 91%
CMYK
0, 10, 2, 5
Luminance
0.7595
Every format
| HEX | #f3dbef |
| RGB | rgb(243, 219, 239) |
| HSL | hsl(310, 50%, 91%) |
| CMYK | cmyk(0%, 10%, 2%, 5%) |
| LAB | lab(89.8 11.7 -6.7) |
| LCH | lch(89.8 13.5 330.0) |
| OKLCH | oklch(0.917 0.037 331.4) |
Copy-ready code
/* CSS */
color: #f3dbef;
background-color: #f3dbef;
/* Tailwind (arbitrary) */
class="text-[#f3dbef] bg-[#f3dbef]"
/* SCSS */
$brand: #f3dbef;
/* SwiftUI */
Color(red: 0.953, green: 0.859, blue: 0.937)
/* Android */
Color.parseColor("#f3dbef")Accessibility — WCAG contrast
Aa
#f3dbef on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dbef on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green85.9%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow1.6%
Key (black)4.7%
Color previews
#f3dbef text on a black background
contrast 16.19:1
Card sample
#f3dbef text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dbef;
Background color
Panel with #f3dbef background
background-color: #f3dbef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dbef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 219, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 219, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dbef; background: linear-gradient(135deg, #f3dbef, #F3DBDF);