#f3dcd6
a pale, vivid red · warm · closest name: white
RGB
243, 220, 214
HSL
12°, 55%, 90%
CMYK
0, 10, 12, 5
Luminance
0.7510
Every format
| HEX | #f3dcd6 |
| RGB | rgb(243, 220, 214) |
| HSL | hsl(12, 55%, 90%) |
| CMYK | cmyk(0%, 10%, 12%, 5%) |
| LAB | lab(89.4 6.9 5.8) |
| LCH | lch(89.4 9.1 40.0) |
| OKLCH | oklch(0.912 0.027 35.0) |
Copy-ready code
/* CSS */
color: #f3dcd6;
background-color: #f3dcd6;
/* Tailwind (arbitrary) */
class="text-[#f3dcd6] bg-[#f3dcd6]"
/* SCSS */
$brand: #f3dcd6;
/* SwiftUI */
Color(red: 0.953, green: 0.863, blue: 0.839)
/* Android */
Color.parseColor("#f3dcd6")Accessibility — WCAG contrast
Aa
#f3dcd6 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3dcd6 on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green86.3%
Blue83.9%
CMYK percentages
Cyan0.0%
Magenta9.5%
Yellow11.9%
Key (black)4.7%
Color previews
#f3dcd6 text on a black background
contrast 16.02:1
Card sample
#f3dcd6 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3dcd6;
Background color
Panel with #f3dcd6 background
background-color: #f3dcd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3dcd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 220, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 220, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3dcd6; background: linear-gradient(135deg, #f3dcd6, #F3EFD6);