#f3dbdf
a pale, vivid red · warm · closest name: lavender
RGB
243, 219, 223
HSL
350°, 50%, 91%
CMYK
0, 10, 8, 5
Luminance
0.7505
Every format
| HEX | #f3dbdf |
| RGB | rgb(243, 219, 223) |
| HSL | hsl(350, 50%, 91%) |
| CMYK | cmyk(0%, 10%, 8%, 5%) |
| LAB | lab(89.4 8.9 1.1) |
| LCH | lch(89.4 9.0 6.7) |
| OKLCH | oklch(0.912 0.027 6.2) |
Copy-ready code
/* CSS */
color: #f3dbdf;
background-color: #f3dbdf;
/* Tailwind (arbitrary) */
class="text-[#f3dbdf] bg-[#f3dbdf]"
/* SCSS */
$brand: #f3dbdf;
/* SwiftUI */
Color(red: 0.953, green: 0.859, blue: 0.875)
/* Android */
Color.parseColor("#f3dbdf")Accessibility — WCAG contrast
Aa
#f3dbdf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dbdf on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green85.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow8.2%
Key (black)4.7%
Color previews
#f3dbdf text on a black background
contrast 16.01:1
Card sample
#f3dbdf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dbdf;
Background color
Panel with #f3dbdf background
background-color: #f3dbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 219, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 219, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dbdf; background: linear-gradient(135deg, #f3dbdf, #F3E7DB);