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