#f3dada
a pale, vivid red · warm · closest name: lavender
RGB
243, 218, 218
HSL
0°, 51%, 90%
CMYK
0, 10, 10, 5
Luminance
0.7426
Every format
| HEX | #f3dada |
| RGB | rgb(243, 218, 218) |
| HSL | hsl(0, 51%, 90%) |
| CMYK | cmyk(0%, 10%, 10%, 5%) |
| LAB | lab(89.0 8.6 3.1) |
| LCH | lch(89.0 9.2 20.1) |
| OKLCH | oklch(0.909 0.028 17.7) |
Copy-ready code
/* CSS */
color: #f3dada;
background-color: #f3dada;
/* Tailwind (arbitrary) */
class="text-[#f3dada] bg-[#f3dada]"
/* SCSS */
$brand: #f3dada;
/* SwiftUI */
Color(red: 0.953, green: 0.855, blue: 0.855)
/* Android */
Color.parseColor("#f3dada")Accessibility — WCAG contrast
Aa
#f3dada on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dada on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green85.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow10.3%
Key (black)4.7%
Color previews
#f3dada text on a black background
contrast 15.85:1
Card sample
#f3dada text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dada;
Background color
Panel with #f3dada background
background-color: #f3dada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 218, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 218, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dada; background: linear-gradient(135deg, #f3dada, #F3EBDA);