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