#f3d8da
a pale, vivid red · warm · closest name: lavender
RGB
243, 216, 218
HSL
356°, 53%, 90%
CMYK
0, 11, 10, 5
Luminance
0.7323
Every format
| HEX | #f3d8da |
| RGB | rgb(243, 216, 218) |
| HSL | hsl(356, 53%, 90%) |
| CMYK | cmyk(0%, 11%, 10%, 5%) |
| LAB | lab(88.6 9.7 2.4) |
| LCH | lch(88.6 9.9 14.2) |
| OKLCH | oklch(0.905 0.030 12.6) |
Copy-ready code
/* CSS */
color: #f3d8da;
background-color: #f3d8da;
/* Tailwind (arbitrary) */
class="text-[#f3d8da] bg-[#f3d8da]"
/* SCSS */
$brand: #f3d8da;
/* SwiftUI */
Color(red: 0.953, green: 0.847, blue: 0.855)
/* Android */
Color.parseColor("#f3d8da")Accessibility — WCAG contrast
Aa
#f3d8da on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3d8da on black: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green84.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta11.1%
Yellow10.3%
Key (black)4.7%
Color previews
#f3d8da text on a black background
contrast 15.65:1
Card sample
#f3d8da text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3d8da;
Background color
Panel with #f3d8da background
background-color: #f3d8da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3d8da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 216, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 216, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3d8da; background: linear-gradient(135deg, #f3d8da, #F3E8D8);