#f3d3ce
a pale, vivid red · warm · closest name: pink
RGB
243, 211, 206
HSL
8°, 61%, 88%
CMYK
0, 13, 15, 5
Luminance
0.7010
Every format
| HEX | #f3d3ce |
| RGB | rgb(243, 211, 206) |
| HSL | hsl(8, 61%, 88%) |
| CMYK | cmyk(0%, 13%, 15%, 5%) |
| LAB | lab(87.0 10.3 6.6) |
| LCH | lch(87.0 12.3 32.5) |
| OKLCH | oklch(0.892 0.037 28.4) |
Copy-ready code
/* CSS */
color: #f3d3ce;
background-color: #f3d3ce;
/* Tailwind (arbitrary) */
class="text-[#f3d3ce] bg-[#f3d3ce]"
/* SCSS */
$brand: #f3d3ce;
/* SwiftUI */
Color(red: 0.953, green: 0.827, blue: 0.808)
/* Android */
Color.parseColor("#f3d3ce")Accessibility — WCAG contrast
Aa
#f3d3ce on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3d3ce on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green82.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow15.2%
Key (black)4.7%
Color previews
#f3d3ce text on a black background
contrast 15.02:1
Card sample
#f3d3ce text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3d3ce;
Background color
Panel with #f3d3ce background
background-color: #f3d3ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3d3ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 211, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 211, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3d3ce; background: linear-gradient(135deg, #f3d3ce, #F3ECCE);